Closed
Bug 685549
Opened 11 years ago
Closed 11 years ago
[Tablet] Transparent rectangular over tabs open in new tab
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 9
People
(Reporter: ioana.chiorean, Assigned: mbrubeck)
References
Details
Attachments
(3 files)
142.26 KB,
image/png
|
Details | |
918 bytes,
patch
|
wesj
:
review+
|
Details | Diff | Splinter Review |
4.36 KB,
patch
|
wesj
:
review+
|
Details | Diff | Splinter Review |
Build id : Mozilla/5.0 (Android;Linux armv7l;rv:9.0a1)Gecko/20110908 Firefox/9.0a1 Fennec/9.0a1 Device: Acer Iconia A500 OS: Android 3.1 Steps to reproduce: 1. Open Fennec app 2. Load a site for news ex nypost.com 3. Open in a new tab a link from the loaded tab 4. Look in tab panel Expected result: At step 4, tabs should look like in the mock-up http://cl.ly/47102P131N0L1G2y0W1M (from ibarlow) Actual result: At step 4 there is present a transparent rectangular over the opened in new tab tabs. Note : please see the attached screenshot
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 1•11 years ago
|
||
It looks like the observer attribute is not getting set quickly enough on the documenttab itself, or something. In any case, it's not matching the [tablet="true"] styles when it's first created. Matching based on the container works.
Attachment #559306 -
Flags: review?(wjohnston)
Assignee | ||
Comment 2•11 years ago
|
||
Not directly related, just some code cleanup. Use [tablet] instead of [tablet="true"] for brevity, and remove an empty rule that snuck in by accident.
Attachment #559307 -
Flags: review?(wjohnston)
Updated•11 years ago
|
Attachment #559306 -
Flags: review?(wjohnston) → review+
Assignee | ||
Comment 3•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/53cc48edabba
Whiteboard: [inbound]
Updated•11 years ago
|
Attachment #559307 -
Flags: review?(wjohnston) → review+
Comment 4•11 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/53cc48edabba
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → Firefox 9
Comment 6•11 years ago
|
||
Verified fixed on: Mozilla/5.0 (Android;Linux armv7l;rv:9.0a1)Gecko/20110927 Firefox/9.0a1 Fennec/9.0a1 Device: Acer ICONIA A500 OS: Android 3.1
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•