Closed
Bug 1025631
Opened 10 years ago
Closed 10 years ago
Incomplete visual refresh for USSD screen
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect)
Tracking
(blocking-b2g:2.0+, b2g-v2.0 verified, b2g-v2.1 verified)
People
(Reporter: gerard-majax, Assigned: paco)
References
Details
(Keywords: regression, Whiteboard: [planned-sprint])
Attachments
(6 files)
The bottom of the USSD screen when displaying error, at least, is not properly displayed.
STR:
0. Send an invalid USSD request
Expected:
USSD screen should be completely styled
Actual:
Some elements are not styled.
Check the bottom of the attached screenshot.
Comment 1•10 years ago
|
||
This might be a visual refresh regression.
Keywords: regressionwindow-wanted
Reporter | ||
Comment 2•10 years ago
|
||
I also see this when having the proper USSD menu, so it's on all cases.
Updated•10 years ago
|
blocking-b2g: --- → 2.0?
Updated•10 years ago
|
blocking-b2g: 2.0? → 2.0+
Comment 5•10 years ago
|
||
We need a regression window here to know what created this problem.
Keywords: regressionwindow-wanted
Comment 6•10 years ago
|
||
(In reply to Anthony Ricaud (:rik) from comment #5)
> We need a regression window here to know what created this problem.
We branch check first. Then we consider doing a window. I don't want multiple keywords on the bug - that causes delays to get QA requests complete.
Keywords: qawanted
Updated•10 years ago
|
Keywords: regressionwindow-wanted → qawanted
Updated•10 years ago
|
Target Milestone: --- → 2.0 S5 (4july)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → pacorampas
clearing info as Paco already took it :)
Flags: needinfo?(arnau)
Updated•10 years ago
|
Whiteboard: [planned-sprint]
Assignee | ||
Comment 9•10 years ago
|
||
Attachment #8448538 -
Flags: review?(anthony)
Assignee | ||
Comment 10•10 years ago
|
||
Comment 11•10 years ago
|
||
Comment on attachment 8448538 [details] [review]
patch in github
Can we get rid of the extra <p> inside #response?
I don't like the combinaison of position: absolute and moz-calc to lay out this screen. This is because we have to repeat the sizes of the elements so that's hard to maintain and could be out of sync. Can you convert that to flexbox instead?
Attachment #8448538 -
Flags: review?(anthony)
Assignee | ||
Updated•10 years ago
|
Attachment #8448538 -
Flags: review?(anthony)
Assignee | ||
Comment 12•10 years ago
|
||
(In reply to Anthony Ricaud (:rik) from comment #11)
> Comment on attachment 8448538 [details] [review]
> patch in github
>
> Can we get rid of the extra <p> inside #response?
This is needed for the input with reset button. This comes from BB.
> I don't like the combinaison of position: absolute and moz-calc to lay out
> this screen. This is because we have to repeat the sizes of the elements so
> that's hard to maintain and could be out of sync. Can you convert that to
> flexbox instead?
Yeah! It is done on updated patch. And also, I answered you on github about the other question.
Comment 13•10 years ago
|
||
Comment on attachment 8448538 [details] [review]
patch in github
Thanks for the explanations.
r+ with that simpler selector change.
Attachment #8448538 -
Flags: review?(anthony) → review+
Comment 14•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
status-b2g-v2.1:
--- → fixed
Comment 15•10 years ago
|
||
Tested and working
Hamachi
2.1
Gecko-a777777
Gaia-049853b
Status: RESOLVED → VERIFIED
Comment 16•10 years ago
|
||
Comment 17•10 years ago
|
||
status-b2g-v2.0:
--- → fixed
Comment 19•10 years ago
|
||
This issue has been successfully verified on Flame 2.0:
Gaia-Rev 3aa0797c111a40e36f722722309668de3d469181
Gecko-Rev 93efc8b4155f0a4a50eaad19acbb95ec24139e63
Build-ID 20141204050313
Version 32.0
Device-Name jrdhz72_w_ff
FW-Release 4.4.2
This issue has been successfully verified on Flame 2.1:
Gaia-Rev dbaf3e31c9ba9c3436e074381744f2971e15c7bf
Gecko-Rev https://hg.mozilla.org/releases/mozilla-b2g34_v2_1/rev/ebce587d2194
Build-ID 20141203001205
Version 34.0
Device-Name flame
You need to log in
before you can comment on or make changes to this bug.
Description
•