This repository was archived by the owner on Jan 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 754
Weird Tree Highlighting / Overflow #3972
Labels
Comments
This has something to do with it:
Removing that CSS solves the problem, though the text wraps. We should focus the fix around this. |
I think the only solution here is to wrap the text node with a span and give that span the same styling. It's the only element that reaches the right edge. I made a simplified case here: |
@jasonLaster I can try get this one working |
sure! |
GarethSharpe
added a commit
to GarethSharpe/debugger.html
that referenced
this issue
Sep 23, 2017
…rethSharpe/debugger.html into firefox-devtools#3972" This reverts commit 96f16e958170c5e520da1c61f7d867267dd8c73e, reversing changes made to 2d8fcc7bb36dd9ef591e4f37c96cb61e03f7bd02.
GarethSharpe
added a commit
to GarethSharpe/debugger.html
that referenced
this issue
Sep 23, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When scrolling horizontally in tree, the highlight background color looks weird:
Probably a Firefox quirk more than anything. We should investigate the cause and then file a Firefox bug if it appears to be a browser issue.
The text was updated successfully, but these errors were encountered: