Closed
Bug 631593
Opened 14 years ago
Closed 9 years ago
Retrieve actual scroll bar width when rendering thumbnails
Categories
(Firefox Graveyard :: Panorama, defect)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ttaubert, Unassigned)
References
Details
Attachments
(1 file)
1.12 KB,
patch
|
dao
:
review-
|
Details | Diff | Splinter Review |
We currently assume a static width of 25px for vertical scroll bars. We should retrieve the actual width and subtract that from window.innerWidth.
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Comment on attachment 546468 [details] [diff] [review] v1 document.body.clientWidth can exceed the view port, afaik. Also, all this content-accessing code needs to go away for e10s.
Attachment #546468 -
Flags: review-
Comment 6•13 years ago
|
||
(In reply to comment #5) > Comment on attachment 546468 [details] [diff] [review] [review] > v1 > > document.body.clientWidth can exceed the view port, afaik. > > Also, all this content-accessing code needs to go away for e10s. ok, I see. I thought the clientWidth presents the width view port (based on https://developer.mozilla.org/en/DOM/element.clientWidth). Any suggestions how I can get the vertical scrollbar width?
Reporter | ||
Comment 7•13 years ago
|
||
(In reply to comment #6) > Any suggestions how I can get the vertical scrollbar width? IIRC, this is not implemented, yet (in gecko) but someone said that it shouldn't be too difficult. So maybe we should open a bug for the enhancement and let it block this one.
Reporter | ||
Comment 8•13 years ago
|
||
bugspam (Fx7 was branched, removing open bugs from Fx7 meta bug, we won't create new meta bugs for upcoming Fx versions)
No longer blocks: 660175
Updated•13 years ago
|
Status: ASSIGNED → NEW
Reporter | ||
Updated•13 years ago
|
Attachment #546468 -
Flags: feedback?(tim.taubert)
Updated•12 years ago
|
Assignee: raymond → nobody
Reporter | ||
Comment 9•12 years ago
|
||
Will be fixed by bug 727765.
Comment 10•9 years ago
|
||
Panorama has been removed from Firefox 45, currently in Beta and scheduled for release on March 7th. As such, I'm closing all existing Panorama bugs. If you are still using Panorama, you will see a deprecation message in Firefox 44, and when 45 is released your tab group data will be migrated to bookmarks, with a folder for each group. There are also a few addons offering similar functionality. See https://support.mozilla.org/en-US/kb/tab-groups-removal for more info. We're removing Panorama because it has extremely low usage (about 0.01% of users), and has a large number of bugs and usability issues. The cost of fixing all those issues is far too high to justify, and so we'll instead be focusing our time and energy on improving other parts of Firefox.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•