Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[WebProfiler] Fix overflow issue in Forms panel#47731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedSep 29, 2022
Hey! To help keep things organized, we don't allow "Draft" pull requests. Could you please click the "ready for review" button or close this PR and open a new one when you are done? Note that a pull request does not have to be "perfect" or "ready for merge" when you first open it. We just want it to be ready for a first review. Cheers! Carsonbot |
javiereguiluz left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks@zolikonta!
About the 6.2 redesign: yes, let's merge this up to that branch and later we can tweak/fix things as needed.
fabpot commentedOct 1, 2022
Thank you@zolikonta. |
Fix overflow issue in WebProfiler Forms panel
Hides overflowing content in the tree view and adds ellipsis to the end.
Also adds title attribute with the field names so they get shown fully on hover.
Before:


After:
You might want to consider widening
#tree-menuespecially inwidth-full.This PR applies to 4.4 and 5.4 branch as well not sure about 6.2 though I noticed a redesign but haven't got the chance to check it out.
Thank you