Issue metadata
Sign in to add a comment
|
Underscore symbols ('_') disappear at 110% |
||||||||||||||||||||||||
Issue descriptionBuilds affected: * Linux 58.0.3029.6 (Official Build) dev (64-bit) * Linux 56.0.2924.87 (Official Build) (64-bit) Reproduction steps: 1. Open https://codereview.chromium.org/2733633002/diff/20002/cc/trees/property_tree_builder.cc on low DPI (not tested on high) 2. Set zoom level to 110% 3. Observe lines 780 vs 785. Line 780 looks fine: if (Parent(layer)->id() != scroll_ancestor->owning_layer_id) { Line 785 *looks* like the underscores are missing: sticky data->main thread offset = layer->position().OffsetFromOrigin() - This happens elsewhere in the file too. It appears as if the necessary steps are to have the text be in the green section and to have some text (including whitespace) in the line below where the underscore should be. Next step will be to produce a minimal reproduction.
,
Mar 10 2017
I'm seeing a different problem. The underscores are still there, but the bottom edge of the border around the inline comment block disappears at 110%. Are you on Linux too?
,
Mar 10 2017
,
Mar 10 2017
Yep, Linux low DPI. See attached screen recording.
,
Mar 10 2017
Minimal reproduction: http://output.jsbin.com/tumilu/quiet For me, that shows the same disappearing-underscore behavior as codesearch. Stephen, can you confirm if it shows any glitching for you? If not we can try and increase the repro till we can both see problems :).
,
Jun 27 2017
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by smcgruer@chromium.org
, Mar 10 2017