Skip to content

[Critical bug report] Page objects offset and flickering on newest Chrome  #139

@Tazovsky

Description

@Tazovsky

Bug description

Observed critical bug on newest Google Chrome version 73.0.3683.86 (Official Build) (64-bit).

  1. When in full screen app starts flickering - see example:

shinyproxy-flickering

  1. Sometimes when app is not flickering there is some shift between mouse cursor and Shiny app element, for example to click a button user needs to move cursor dozens of pixels down.

Solution

I fixed that by adding following line:

$('#shinyframe').css('margin-top', (1)+'px');

in function setShinyframeHeight. See Tazovsky@78f9a22.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions