[Webkit-unassigned] [Bug 217416] New: Web Inspector: REGRESSION(?): Overlay: node info sometimes draws on one line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 6 17:30:00 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=217416

            Bug ID: 217416
           Summary: Web Inspector: REGRESSION(?): Overlay: node info
                    sometimes draws on one line
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 410717

  --> https://bugs.webkit.org/attachment.cgi?id=410717&action=review

[Image] screenshot of issue

# STEPS TO REPRODUCE
1. inspect <https://devinrousso.com/share>
2. delete all child nodes of the `<head>` and `<body>` (i.e. make the page look like `about:blank` but without actually navigating to it)
3. add the following to the `<body>`:
```
    <img src="https://devinrousso.com/projects/Dots/Dots.png">
```
4. hover over the node added in step (3) in the Elements Tab

# EXPECTED
the node info should show

    +-------------------+
    | img 200px × 200px |
    | Role img          |
    +-------------------+


# ACTUAL
the node info incorrectly show

    +-------------------+
    | img 200px × 200px Role img
    |                   |
    +-------------------+

(with the "R" overlapping the right border)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201007/340d4edb/attachment.htm>


More information about the webkit-unassigned mailing list