Closed
Bug 929916
Opened 11 years ago
Closed 11 years ago
Make the shader editor UI responsive when docked to the side
Categories
(DevTools Graveyard :: WebGL Shader Editor, defect)
DevTools Graveyard
WebGL Shader Editor
Tracking
(firefox26 unaffected, firefox27 verified, firefox28 verified)
VERIFIED
FIXED
Firefox 27
Tracking | Status | |
---|---|---|
firefox26 | --- | unaffected |
firefox27 | --- | verified |
firefox28 | --- | verified |
People
(Reporter: vporof, Assigned: vporof)
References
Details
Attachments
(2 files)
6.17 KB,
patch
|
dcamp
:
review+
|
Details | Diff | Splinter Review |
2.05 MB,
image/png
|
Details |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Looks like this.
Comment 3•11 years ago
|
||
Comment on attachment 820876 [details] [diff] [review]
webgl-responsive.patch
Review of attachment 820876 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/devtools/shadereditor/shadereditor.js
@@ +186,5 @@
> }
> +
> + // Prevent this container from growing indefinitely in height when the
> + // toolbox is docked to the side.
> + if (gToolbox.hostType == "side" && this.itemCount == SHADERS_AUTOGROW_ITEMS) {
Can you explain real quick why this is needed?
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Dave Camp (:dcamp) from comment #3)
>
> Can you explain real quick why this is needed?
If it wasn't there, as more and more programs are added, the list's height grows as much as allowed by the max-height value specified in the CSS. That's not very nice, since filling up all the available height is an extreme, not an optimum, so I halt it by setting a height attribute after a few items.
Updated•11 years ago
|
Attachment #820876 -
Flags: review?(dcamp) → review+
Assignee | ||
Updated•11 years ago
|
Component: Developer Tools → Developer Tools: WebGL Shader Editor
Assignee | ||
Comment 6•11 years ago
|
||
Assignee | ||
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 27
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(dcamp)
Assignee | ||
Comment 9•11 years ago
|
||
Comment 10•11 years ago
|
||
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0
Mozilla/5.0 (Windows NT 6.2; rv:26.0) Gecko/20100101 Firefox/26.0
Mozilla/5.0 (X11; Linux i686; rv:26.0) Gecko/20100101 Firefox/26.0
Verified as fixed on latest Aurora (buildID: 20131111004004) and latest Nightly (buildID: 20131111030205).
Status: RESOLVED → VERIFIED
Keywords: verifyme
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•