Skip to content

On Android Chrome lines numbers not match actual lines #1

@SeriousBuggie

Description

@SeriousBuggie

Android chrome:
img
It is Chrome dev tools for mobile. But on real device all exactly same.

Reproduce:

  1. in Chrome open https://unrealarchive.org/unrealscript/index.html#ut99v469c/Engine/Pawn
  2. Go to inspect (dev tools). Enable device view.
  3. Select mobile device in drop down above page.

Expected result: Lines numbers match actual lines.
Actual result: lines not match to numbers.

Reason: Chrome bug: https://bugs.webkit.org/show_bug.cgi?id=84186
Solution:

#lines > * {
    max-height: 1024px;
}

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