Closed
Bug 784272
Opened 14 years ago
Closed 13 years ago
Docked chat boxes should not overlap vertical top-level scrollbars
Categories
(Firefox Graveyard :: SocialAPI, defect)
Firefox Graveyard
SocialAPI
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 17
People
(Reporter: jaws, Assigned: jaws)
References
Details
(Whiteboard: [Fx17])
Attachments
(1 file, 2 obsolete files)
|
2.07 KB,
patch
|
jaws
:
review+
|
Details | Diff | Splinter Review |
From bug 779686 comment #22:
> If there is a chat window that is right-most, as in this screenshot, does it
> block access to the bottom part of the scrollbars?
>
> We should move the chat window over just enough to not block any part of the
> scrollbars (even on pages that lack scrollbars, so as not to jump when
> switching tabs or when dynamic changes to content are made).
Comment 1•14 years ago
|
||
You're saying scrollbars, but it seems like you're only talking about the vertical scrollbar. How would you address horizontal scrollbar being blocked?
Secondly, I don't think it's kosher to special-case the default scrollbar here and disregard any custom UI implemented by content (such as Facebook's custom scrollbars).
See also bug 779686 comment 57.
| Assignee | ||
Comment 2•13 years ago
|
||
This patch fixes the vertical scrollbar issue. I don't have a good solution for third-party vertical scrollbars, nested scrollbars, or horizontal scrollbars.
The vertical ones are much more prevalent though, and we should at least fix this first since it's pretty easy.
| Assignee | ||
Comment 3•13 years ago
|
||
I spun off the work for horizontal and third-party scrollbars to bug 785591.
Summary: Docked chat boxes should not overlap top-level scrollbars → Docked chat boxes should not overlap vertical top-level scrollbars
| Assignee | ||
Comment 4•13 years ago
|
||
This patch uses margin instead of padding, which I think is more semantic for the purpose here.
Attachment #655273 -
Attachment is obsolete: true
Attachment #655273 -
Flags: review?(mixedpuppy)
Attachment #655473 -
Flags: review?(mixedpuppy)
Updated•13 years ago
|
Attachment #655473 -
Flags: review?(mixedpuppy) → review+
| Assignee | ||
Comment 5•13 years ago
|
||
Attachment #655473 -
Attachment is obsolete: true
Attachment #655475 -
Flags: review+
| Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 6•13 years ago
|
||
Keywords: checkin-needed
Comment 7•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 17
Updated•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•