Closed
Bug 345399
Opened 19 years ago
Closed 1 year ago
arrowscrollbox - update scroll buttons disabled state when the scrollbox width is changed
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: asaf, Assigned: dao)
References
(Blocks 3 open bugs)
Details
(Whiteboard: [fidefe-tabgrps-tabbrowser])
Attachments
(1 file)
In the arrowscrollbox binding, we're disabling a scroll button when there's no where to scroll in the direction it points to. We're updating its disabled state once the scrollbox overflows (at the same time we show the scroll buttons) and when the scrollbox is scrolled.
However, we don't update its disabled state when the width of the boxObject of the scrollbox is changed, see bug 343585 for example.
See bug 343585 comment 2 for a proposed solution.
Updated•16 years ago
|
Version: unspecified → Trunk
Comment 1•15 years ago
|
||
(In reply to comment #0)
> See bug 343585 comment 2 for a proposed solution.
Well we can't add a 'box has changed size event' since that would require firing many events at a time, but it could be done by supporting a 'resize' event on the popup. Is that sufficient for this case?
Updated•3 years ago
|
Severity: normal → S3
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(dao+bmo)
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → dao+bmo
Blocks: 1907099
Points: --- → 2
Flags: needinfo?(dao+bmo)
Whiteboard: [fidefe-tabgrps-tabbrowser]
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•1 year ago
|
Blocks: tabbrowser-cleanup
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5a856bace4f9
Update scroll buttons' disabled state when the scrollbox width changes. r=emilio,dwalker,tabbrowser-reviewers
Comment 4•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•