Closed
Bug 564134
Opened 13 years ago
Closed 13 years ago
Show a message when the screen orientation is locked/unlocked
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: vingtetun, Assigned: vingtetun)
Details
Attachments
(4 files)
2.88 KB,
patch
|
mfinkle
:
review+
mfinkle
:
ui-review+
|
Details | Diff | Splinter Review |
23.29 KB,
image/png
|
Details | |
18.23 KB,
image/png
|
Details | |
976 bytes,
patch
|
stechz
:
review+
|
Details | Diff | Splinter Review |
Step to reproduce: * go to any site * change the orientation of the device * try to do Ctrl + shit + O * switch the orientation again Actual results: * if you failed doing Ctrl + shift + O the browser will be switched again Expected results: * A feedback when I do the shortcut
Assignee | ||
Comment 1•13 years ago
|
||
If the bug is valid in a UX term, I guess the strings needs to be revised.
Assignee: nobody → 21
Attachment #443841 -
Flags: ui-review?(madhava)
Attachment #443841 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 2•13 years ago
|
||
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Comment on attachment 443841 [details] [diff] [review] Patch >+alertLockScreen=Screen >+alertLockScreen.enabled=Screen orientation is locked >+alertLockScreen.disabled=Screen orientation is unlocked I would drop the "Screen" part from the message. It's a bit redundant with the title: alertLockScreen.enabled=Orientation is locked Also, use .locked and .unlocked instead of .enabled and .disabled I can make those changes when I land. Madhava, do we want this for 1.1? String freeze is soon.
Attachment #443841 -
Flags: review?(mark.finkle) → review+
Comment 5•13 years ago
|
||
Perhaps like this? http://www.flickr.com/photos/madhava_work/4583896847/
Assignee | ||
Comment 6•13 years ago
|
||
(In reply to comment #5) > Perhaps like this? > http://www.flickr.com/photos/madhava_work/4583896847/ Good for me.
Comment 7•13 years ago
|
||
Sounds like we want this for Fennec 2.0, but with different strings.
> http://www.flickr.com/photos/madhava_work/4583896847/
I don't think we do anything different for alerts in portrait.
Updated•13 years ago
|
Attachment #443841 -
Flags: review+ → review-
Comment 8•13 years ago
|
||
Comment on attachment 443841 [details] [diff] [review] Patch Needs a new patch
Comment 9•13 years ago
|
||
Comment on attachment 443841 [details] [diff] [review] Patch Hell, I can change the strings when I land :)
Attachment #443841 -
Flags: review- → review+
Comment 10•13 years ago
|
||
Comment on attachment 443841 [details] [diff] [review] Patch Madhava has given his OK
Attachment #443841 -
Flags: ui-review?(madhava) → ui-review+
Comment 11•13 years ago
|
||
pushed with string changes to m-b: http://hg.mozilla.org/mobile-browser/rev/0596318de8f9 This is not going into m-1.1
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 12•13 years ago
|
||
ON build: Mozilla/5.0 (X11; U; Linux armv71; Nokia N900; en-US; rv:1.9.3a5pre) Gecko/20100507 Namoroka/3.7a5pre Fennec/2.0a1pre I'm seeing the "screen unlocked" dialog when the screen is actually locked and "screen locked when the screen is not locked. Alternatively, with this patch anytime I go into portrait mode, the tab sidebar is shown and the url bar is displaced. I'm going to re-open and request how you'd like to handle this situation. Either one of two scenarios: 1. don't back-out the patch, file bugs for both issues 2. Back-out the patch and fix both issues on the next revision.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 13•13 years ago
|
||
There was a little inversion during the strings change.
Attachment #444103 -
Flags: review?
Assignee | ||
Updated•13 years ago
|
Attachment #444103 -
Flags: review? → review?(webapps)
Assignee | ||
Comment 14•13 years ago
|
||
(In reply to comment #12) > ON build: > > I'm seeing the "screen unlocked" dialog when the screen is actually locked and > "screen locked when the screen is not locked. Good catch! > Alternatively, with this patch anytime I go into portrait mode, the tab sidebar > is shown and the url bar is displaced. I'm going to re-open and request how > you'd like to handle this situation. Either one of two scenarios: > This is probably a side effect of the fact bug 564138 still exist on your build.
Updated•13 years ago
|
Attachment #444103 -
Flags: review?(webapps) → review+
Comment 15•13 years ago
|
||
pushed followup to m-b: http://hg.mozilla.org/mobile-browser/rev/05eb53701e0b
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Comment 16•13 years ago
|
||
verified FIXED on build: Mozilla/5.0 (X11; U; Linux armv71; Nokia N900; en-US; rv:1.9.3a5pre) Gecko/20100511 Namoroka/3.7a5pre Fennec/2.0a1pre
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•