Non-optimal screen space usage in console due to location message
Categories
(DevTools :: Console, defect, P2)
Tracking
(Not tracked)
People
(Reporter: protected.mas, Unassigned)
References
Details
Attachments
(3 files, 1 obsolete file)
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Updated•2 years ago
|
Woah this issue is 4 years old! Holy cow, no chance of this getting fixed then. Us front end developers must move to chrome or what should we do? Also proxied objects are a mess and seeing as thats the latest javascript craze, it further makes using firefox for developing tough to debug.
Any idea if this will ever get fixed?
Updated•2 years ago
|
Thank you nchevobbe, I appreciate that you reviewed my commit and put work into it. I refined the solution and tried to fix the errors you pointed out. Sadly, as you also pointed out, the nesting of the elements is very complex and it seems impossible to find an elegant and simple solution. I couldn't find any better way than to apply absolute positioning to some elements and set their position pixel-wise.
In .tree-node[aria-expanded="true"] I would've prefered to set the height depending on the consoles font-size. Yet I don't know if and how that would be possible.
As for your point 3, I left the changes that put "hello" and "world" on seperate lines. IMO these strings should not be concatenated but kept on seperate lines, as they are two different values. r=#devtools-reviewers
Depends on D164838
Thank you nchevobbe, I appreciate that you reviewed my commit and put work into it. I refined the solution and tried to fix the errors you pointed out. Sadly, as you also pointed out, the nesting of the elements is very complex and it seems impossible to find an elegant and simple solution. I couldn't find any better way than to apply absolute positioning to some elements and set their position pixel-wise.
In .tree-node[aria-expanded="true"] I would've prefered to set the height depending on the consoles font-size. Yet I don't know if and how that would be possible.
As for your point 3, I left the changes that put "hello" and "world" on seperate lines. IMO these strings should not be concatenated but kept on seperate lines, as they are two different values.
Depends on D164838
Updated•2 years ago
|
Comment 7•2 years ago
|
||
This is great layout enhancement for the Console panel. Any chance we could revive the work here?
Anything blocking us from making a progress?
Another request for this feature made on Connect
https://connect.mozilla.org/t5/ideas/devtools-console-ui-improvements/idi-p/36745
Thank you!
Comment 8•2 years ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:nchevobbe, since the bug has recent activity, could you have a look please?
For more information, please visit BugBot documentation.
Comment 9•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Comment 10•2 years ago
|
||
I tried to work on this a few time and it's been challenging, I'll check again and summarize my findings
Description
•