Closed
Bug 895284
Opened 11 years ago
Closed 11 years ago
Defect - Three different monocles appearing at the same time
Categories
(Firefox for Metro Graveyard :: Input, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 25
People
(Reporter: kjozwiak, Assigned: jimm)
References
Details
(Whiteboard: feature=defect u=metro_firefox_user c=content_features p=1)
Attachments
(2 files)
203.05 KB,
image/jpeg
|
Details | |
2.81 KB,
patch
|
jwilde
:
review+
|
Details | Diff | Splinter Review |
When selecting text in the URL bar, you will receive three different monocles at the same time rather then either:
- The double monocles with text selected in the middle
- The single selection monocle
- Attached a screenshot to illustrate the issue
Steps to reproduce the issue:
1) Open Firefox Metro
2) Go to wikipedia.org
2) Tap on the URL bar, the OSK should also slide in
3) Tap on the text inside the URL bar and select some text using the single monocle (at this time, you should see two monocles between the selected text)
4) Tap anywhere on the word and you will notice that three monocles will bevisible at the same time
Current Behavior:
- Selecting text and then tapping on the text again once you have two monocles on the screen will produce a third monocle, making all three monocles visible
Expected Behavior:
- When tapping on the text, it should clear the two monocles and only display the single selection monocle. Once the user selects the text again, the two monocles will appear (shouldn't be three on the screen)
Assignee | ||
Comment 1•11 years ago
|
||
confirming, I can reproduce.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jmathies
Blocks: metrov1it11
Whiteboard: feature=story u=metro_firefox_user c=content_features p=0 → feature=story u=metro_firefox_user c=content_features p=1
Assignee | ||
Comment 2•11 years ago
|
||
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 777720 [details] [diff] [review]
fix
Fix plus a test. The issue here is that we were sending the Browser:CaretAttach message directly. The method attachToCaret does the same thing while also taking care of hiding the monocles in anticipation of a mode change.
Attachment #777720 -
Flags: review?(jwilde)
Updated•11 years ago
|
No longer blocks: metrov1defect&change
Status: NEW → ASSIGNED
Priority: -- → P2
QA Contact: jbecerra
Whiteboard: feature=story u=metro_firefox_user c=content_features p=1 → feature=defect u=metro_firefox_user c=content_features p=1
Comment 4•11 years ago
|
||
Comment on attachment 777720 [details] [diff] [review]
fix
Review of attachment 777720 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. Everything seems to work well on HiDPI, too.
Attachment #777720 -
Flags: review?(jwilde) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Firefox 25
Comment 7•11 years ago
|
||
User Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0
Build ID: 20130805030205
WFM
Tested on Windows 8 for iteration-11 using latest nightly built from http://hg.mozilla.org/mozilla-central/rev/482b9d04974a
I followed steps provided in comment0 and got expected result
When tapped on the text, it cleared the two monocles and only displayed the single selection monocle. When I selected text again, the two monocles appeared.
Comment 8•11 years ago
|
||
Mozilla/5.0 (Windows NT 6.2; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0
Build ID: 20130815030203
Built from http://hg.mozilla.org/mozilla-central/rev/a8daa428ccbc
WFM
Tested on windows 8 using latest nightly for iteration-12. Followed steps provided in comment0 and got expected result.
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 9•11 years ago
|
||
Went through the following "Defect" for iteration #13 without any issues. Used the following build:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2013-09-09-03-02-04-mozilla-central/
- Went through the original test case added in comment #0 without any issues
- Selected the URL and received two monocles, tapped on it again and ensured both where cleared and only a single monocle appeared rather then three
- Tapped on the URL under the Navigation App Bar and ensured that I received a single monocle, tapped the URL several times and ensured that only a single monocle was available for selection
- Ensured that all of the above test cases worked in both full & filled views without any issues
Updated•10 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•