Closed
Bug 899511
Opened 13 years ago
Closed 13 years ago
[FTU][Helix][HD] "Import" frame (for Facebook, etc.) is not sized correctly on v1.1.0hd
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(blocking-b2g:hd+, b2g-v1.1hd fixed, b2g-v1.2 fixed)
RESOLVED
FIXED
| blocking-b2g | hd+ |
People
(Reporter: rexboy, Assigned: rexboy)
Details
Attachments
(2 files, 1 obsolete file)
STR:
1. in FTU, Proceed to "Import contacts" Page. Make sure data transfer or Wifi is connected.
2. Tap "Facebook"
Excepted:
Facebook login frame occupies the whole screen
Actual:
There's a slim space under the frame that user can still see the FTU button.
See screenshot.
| Assignee | ||
Updated•13 years ago
|
blocking-b2g: --- → hd?
Summary: [FTU][Helix][HD] "Import" frame (for Facebook, etc.) is not in full screen on v1.1.0hd → [FTU][Helix][HD] "Import" frame (for Facebook, etc.) is not sized correctly on v1.1.0hd
| Assignee | ||
Comment 1•13 years ago
|
||
A simple patch that just changes CSS.
Since the style in BB of action menu doesn't guarantee the inner ul element stretch to just fit the space between title and button, I have to subtract the height of title and button by myself. But this should guarantees the list fits the space (as long as BB doesn't change its height of title and button).
German may you take a look on this patch? thanks a lot!
Attachment #783748 -
Flags: review?(gtorodelvalle)
| Assignee | ||
Comment 2•13 years ago
|
||
Oops.
Sorry, forget comment 1. That was for bug 899501.
I just got lost on tabs of bugs :-/
| Assignee | ||
Updated•13 years ago
|
Attachment #783748 -
Flags: review?(gtorodelvalle)
| Assignee | ||
Updated•13 years ago
|
Attachment #783748 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•13 years ago
|
||
I guess the problem comes from the order of initializing a new popup window
(See the patch)
Furthermre, seems it's 100% reproducible only when I open FTU from developer mode.
It's just a very simple change, but this is quite an old piece of code
that no one have ever modified for about 10 months.
Alive may you take a look on it? Hope I'm not doing things wrong.
Attachment #786241 -
Flags: review?(alive)
Comment 5•13 years ago
|
||
Comment on attachment 786241 [details]
Patch
Basically r+
But does this occur in master? It's strange that only hd has this issue.
Attachment #786241 -
Flags: review?(alive) → review+
Comment 6•13 years ago
|
||
And test these:
* Rotate (Use UI test)
* App Switch
* Keyboard
| Assignee | ||
Comment 7•13 years ago
|
||
Thank you Alive. After updating the repository I found it occurs in master too.
So this isn't a hd-only issue.. though I can't reproduce it very stably.
Well, I guess then, I may have to nominate it as leo? ..
Let me do further check you mentioned.
master:
https://github.com/rexboy7/gaia/commit/756403029210ce70efaa8946ea946ea5b85115bb
If I found something wrong I'll reopen it.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•12 years ago
|
status-b2g-v1.1hd:
--- → affected
status-b2g-v1.2:
--- → affected
Comment 8•12 years ago
|
||
Per offline discuss with Rex, we'll need the patch for v1.1hd and v1.2.
Updated•12 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 9•12 years ago
|
||
v1.1.0hd
https://github.com/mozilla-b2g/gaia/commit/63cd1d96b5a94e9b22ffc54dfde48ef6d3cf996b
v1.2 already have this patch so I don't need to uplift it.
You need to log in
before you can comment on or make changes to this bug.
Description
•