Closed
Bug 988259
Opened 11 years ago
Closed 11 years ago
[TestAgent] The "small screen" css is broken
Categories
(Firefox OS Graveyard :: Gaia::TestAgent, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: julienw, Assigned: rickychien)
Details
Attachments
(5 files)
|
124.88 KB,
image/png
|
Details | |
|
46 bytes,
text/x-github-pull-request
|
julienw
:
review+
|
Details | Review |
|
52 bytes,
text/x-github-pull-request
|
julienw
:
review+
|
Details | Review |
|
56 bytes,
text/x-github-pull-request
|
rickychien
:
review+
|
Details | Review |
|
46 bytes,
text/x-github-pull-request
|
rickychien
:
review+
|
Details | Review |
STR:
* run "bin/gaia-test -d"
| Assignee | ||
Comment 1•11 years ago
|
||
As you can see in attachment. I found the results are different between b2g-desktop and nightly. Compare these two results in screenshot, there exist several differences in details. I think no matter on b2g or on nightly we should have same rendering result. Maybe it is a CSS bug on b2g?
| Reporter | ||
Comment 2•11 years ago
|
||
I don't know why there could be a difference...
In my nightly, the "Enable coverage" box is overriding the "#communications" title too.
I think all this happens because we're using "position: absolute" and margin-top or things like this, can't we just use the normal flow?
| Assignee | ||
Comment 3•11 years ago
|
||
I'm sure there exist some different on b2g so that certain CSS effect doesn't work. But I think I can take this and find a workaround for nightly.
Status: NEW → ASSIGNED
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → ricky060709
| Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8415058 -
Flags: review?(felash)
| Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8415060 -
Flags: review?(felash)
| Assignee | ||
Comment 6•11 years ago
|
||
@Julien, could you help me review this CSS bug?
I've fixed broken layout in small screen (320x480) on nightly. Just copy test-agent.css from my patch and resize in any size you want. Thanks :)
| Reporter | ||
Comment 7•11 years ago
|
||
Comment on attachment 8415058 [details] [review]
Gaia PR
r=me with more opacity in the header's background
Attachment #8415058 -
Flags: review?(felash) → review+
| Reporter | ||
Comment 8•11 years ago
|
||
Comment on attachment 8415060 [details] [review]
Js-test-agent PR
same
please do what's necessary to land it as I don't know these days ;)
Attachment #8415060 -
Flags: review?(felash) → review+
| Assignee | ||
Comment 9•11 years ago
|
||
We also need to update gaia-node-modules for "make update-common"
| Assignee | ||
Updated•11 years ago
|
Attachment #8415236 -
Flags: review+
| Assignee | ||
Comment 10•11 years ago
|
||
Attachment #8415310 -
Flags: review+
| Assignee | ||
Comment 11•11 years ago
|
||
Merged.
https://github.com/mozilla-b2g/gaia/commit/fd73c3c2bb5f587f8fb04c3236cf7bf1ccdedd6b
https://github.com/mozilla-b2g/js-test-agent/commit/06df11327625b160ea80eb89f4e9915acc1e63e2
https://github.com/mozilla-b2g/gaia-node-modules/commit/3974884c2915d3b7feac9fbe653f83c23dfb423a
Follow-up PR for updating gaia_node_modules.revision
https://github.com/mozilla-b2g/gaia/commit/cf285caa0c65244abae9fc99cc6f88765a8d8737
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•