Closed
Bug 1089795
Opened 11 years ago
Closed 11 years ago
[System] Layout problem with SHB in open file error dialog
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(blocking-b2g:2.1+, b2g-v2.1 verified, b2g-v2.2 verified)
People
(Reporter: kgrandon, Assigned: kgrandon)
References
Details
(Whiteboard: [systemsfe])
Attachments
(2 files)
44.21 KB,
image/png
|
Details | |
46 bytes,
text/x-github-pull-request
|
mikehenrty
:
review+
bajaj
:
approval-gaia-v2.1+
|
Details | Review |
STR
- Long press and download a file which can not be opened (currently HTML files or links fit this description).
- Try to open the content.
Assignee | ||
Comment 1•11 years ago
|
||
[Blocking Requested - why for this release]: Broken functionality.
Blocks: 1077579
blocking-b2g: --- → 2.1?
Assignee | ||
Comment 2•11 years ago
|
||
Updated•11 years ago
|
blocking-b2g: 2.1? → 2.1+
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8512216 [details] [review]
Github pull request
Mike or Eli - anyone got time for a review? Thanks!
Attachment #8512216 -
Flags: review?(mhenretty)
Attachment #8512216 -
Flags: review?(eperelman)
![]() |
||
Comment 4•11 years ago
|
||
Comment on attachment 8512216 [details] [review]
Github pull request
Thanks for picking this up! We still need to only do this for '.software-button-enabled' case, as right now I think we apply this style even when SHB is disabled. Test looks great. Normally I'd just r+ this with that nit, but I want to play around with this a little before r+'ing on the device.
Attachment #8512216 -
Flags: review?(mhenretty)
Attachment #8512216 -
Flags: review?(eperelman)
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8512216 [details] [review]
Github pull request
Argh! Thanks for catching that.. again ;-)
Attachment #8512216 -
Flags: review?(mhenretty)
![]() |
||
Comment 6•11 years ago
|
||
Comment on attachment 8512216 [details] [review]
Github pull request
One small but important comment on github. r=me
Attachment #8512216 -
Flags: review?(mhenretty) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 8512216 [details] [review]
Github pull request
Mike - heh, good thing I looked at your nit. Taking a look again, it appears that #downloadConfirmUI is a sibling (not child) of #screen. I'm not sure why this is, but to fix it for now, the easiest thing to do is to update the selector to use an adjacent sibling selector. Just wanted to re-flag you for awareness.
Attachment #8512216 -
Flags: review+ → review?(mhenretty)
![]() |
||
Comment 8•11 years ago
|
||
Comment on attachment 8512216 [details] [review]
Github pull request
Wow, good catch! We have way too many dialog scenarios in the system app for my sanity. Thanks for the fix!
Attachment #8512216 -
Flags: review?(mhenretty) → review+
Assignee | ||
Comment 9•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•11 years ago
|
||
Comment on attachment 8512216 [details] [review]
Github pull request
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #): Missed case during feature implementation.
[User impact] if declined: Poor UX when using software home button.
[Testing completed]: Manual and integration test.
[Risk to taking this patch] (and alternatives if risky): Low risk, only new styles and scoped to this specific dialog.
[String changes made]: None.
Attachment #8512216 -
Flags: approval-gaia-v2.1?(fabrice)
Updated•11 years ago
|
Attachment #8512216 -
Flags: approval-gaia-v2.1?(fabrice) → approval-gaia-v2.1+
Comment 11•11 years ago
|
||
status-b2g-v2.1:
--- → fixed
status-b2g-v2.2:
--- → fixed
![]() |
||
Comment 12•11 years ago
|
||
This issue is verified fixed on Flame 2.1 and 2.2.
Result: The dialog fits properly in the screen with SHB enabled.
Device: Flame 2.1 (319mb)(Kitkat Base)(Full Flash)
BuildID: 20141031001201
Gaia: f89c7b12c36572262c9ea76058694a139b1a8634
Gecko: 50d48f8a04c7
Gonk: 48835395daa6a49b281db62c50805bd6ca24077e
Version: 34.0 (2.1)
Firmware: V188
User Agent: Mozilla/5.0 (Mobile; rv:34.0) Gecko/34.0 Firefox/34.0
Device: Flame 2.2 Master (319mb)(Kitkat Base)(Full Flash)
BuildID: 20141031061804
Gaia: a07994714f0552f89801d6097982308d8b0a1ee1
Gecko: 6bd2071b373f
Gonk: 48835395daa6a49b281db62c50805bd6ca24077e
Version: 36.0a1 (2.2)
Firmware Version: v188
User Agent: Mozilla/5.0 (Mobile; rv:36.0) Gecko/36.0 Firefox/36.0
Status: RESOLVED → VERIFIED
QA Whiteboard: [QAnalyst-Triage?]
Flags: needinfo?(ktucker)
Updated•11 years ago
|
QA Whiteboard: [QAnalyst-Triage?] → [QAnalyst-Triage+]
Flags: needinfo?(ktucker)
You need to log in
before you can comment on or make changes to this bug.
Description
•