Closed
Bug 776232
Opened 13 years ago
Closed 13 years ago
[b2g] Correct the scroll bar width detected by content
Categories
(Firefox OS Graveyard :: General, defect)
Firefox OS Graveyard
General
Tracking
(blocking-basecamp:+)
RESOLVED
DUPLICATE
of bug 770453
| blocking-basecamp | + |
People
(Reporter: timdream, Assigned: alive)
References
Details
+++ This bug was initially created as a clone of Bug #711986 +++
Given the fact that bug 770453 cannot be fixed in time for production, what we can do at least is to fix the scroll bar width detectable by content, i.e. (el.offsetWidth - el.scrollWidth). It currently reports 0px, which is incorrect. The test can be seem at UI Tests app.
This can be correctly easily by remove the |margin-left| property in the chrome style CSS.
| Reporter | ||
Updated•13 years ago
|
Assignee: alive → nobody
blocking-basecamp: --- → ?
Product: Core → Boot2Gecko
Version: Trunk → unspecified
| Reporter | ||
Updated•13 years ago
|
Assignee: nobody → alive
Comment 1•13 years ago
|
||
I think the real bug should be fixed since it will affect web pages too. And the web is not going to support what you propose :)
Updated•13 years ago
|
blocking-basecamp: ? → -
If someone has information about this breaking websites that really need to work, please feel free to explain which they are and renominate this bug.
blocking-basecamp: - → ?
Comment 3•13 years ago
|
||
(In reply to Jonas Sicking (:sicking) from comment #2)
> If someone has information about this breaking websites that really need to
> work, please feel free to explain which they are and renominate this bug.
I have a fix in bug 770453. Closing this one as WONTFIX.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 4•13 years ago
|
||
(In reply to Vivien Nicolas (:vingtetun) from comment #3)
> I have a fix in bug 770453. Closing this one as WONTFIX.
Agree. You do want to verify the detectable scroll bar width with UI Tests though.
Comment 6•13 years ago
|
||
Dupe is basecamp+'d so in case this becomes un-duped, +ing.
blocking-basecamp: ? → +
You need to log in
before you can comment on or make changes to this bug.
Description
•