Closed
Bug 889970
Opened 11 years ago
Closed 11 years ago
Defect - Selection expands automagically in the urlbar after a drag + tap
Categories
(Firefox for Metro Graveyard :: Input, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jimm, Assigned: jimm)
References
Details
(Whiteboard: [selection][shovel-ready] feature=defect c=tbd u=tbd p=1)
Attachments
(2 files, 1 obsolete file)
703 bytes,
patch
|
TimAbraldes
:
review+
|
Details | Diff | Splinter Review |
203.05 KB,
image/jpeg
|
Details |
str:
1) visit a site
2) tap the urlbar text a few times to get a single selection monocle at the caret position.
3) drag the monocle to the left to select, all the way off the urlbar edit
4) tap on the right side of the domain
result: text selection starts advancing from the caret position
expected: you should get a single caret monocle on the right side of the text
Assignee | ||
Comment 1•11 years ago
|
||
Missing bit in the chrome selection handler. Clear any auto scroll timers on drag end.
Assignee: nobody → jmathies
Assignee | ||
Comment 2•11 years ago
|
||
Tim, mind taking a simple selection review?
Attachment #771759 -
Attachment is obsolete: true
Attachment #771760 -
Flags: review?(tabraldes)
Updated•11 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
QA Contact: jbecerra
Summary: Selection expands automagically in the urlbar after a drag + tap → Defect - Selection expands automagically in the urlbar after a drag + tap
Whiteboard: [selection][shovel-ready] → [selection][shovel-ready] feature=defect c=tbd u=tbd p=1
Comment 3•11 years ago
|
||
Comment on attachment 771760 [details] [diff] [review]
fix
Review of attachment 771760 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM
Attachment #771760 -
Flags: review?(tabraldes) → review+
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 5•11 years ago
|
||
Went through the following "Defect" for iteration #10 with some issues. Used the following build:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2013-07-16-03-02-02-mozilla-central/
Went through the following test cases without any issues:
- Reproduced the original issue by installing an older build
- Went through the original test case in comment 0
- Selecting text using the single monocle left to right & right to left then tapping at the end of the URL
- Selecting text and then tapping at the end of the URL while there are two monocles being displayed with selected text
- Test in both "Full" and "Filled" views
Possible issues:
When going through this defect, I ran into a few OSK issues and monocles being left behind when the OSK & App bar was being dismissed. Noticed that sometimes there will be three monocles, once you move the third one the other two disappear. Not really sure if this is intended behavior but it doesn't really feel intuitive (its also in older builds). Jim, are the three monocles expected behavior? (attached a screenshot of the three monocles)
Flags: needinfo?(jmathies)
Comment 6•11 years ago
|
||
Assignee | ||
Comment 7•11 years ago
|
||
> When going through this defect, I ran into a few OSK issues and monocles
> being left behind when the OSK & App bar was being dismissed. Noticed that
> sometimes there will be three monocles, once you move the third one the
> other two disappear. Not really sure if this is intended behavior but it
> doesn't really feel intuitive (its also in older builds). Jim, are the three
> monocles expected behavior? (attached a screenshot of the three monocles)
Sounds like two fresh bugs that should be filed.
Flags: needinfo?(jmathies)
Comment 8•11 years ago
|
||
Thanks Jim, will create the appropriate bugs and attach them to their corresponding stories
Comment 9•11 years ago
|
||
User Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:26.0) Gecko/20100101 Firefox/26.0
Build ID: 20130806104538
Built from http://hg.mozilla.org/mozilla-central/rev/1e381c91885d
WFM
Tested on windows 8 using latest nightly.
Followed steps given in comment0 and I got a single caret monocle on the right side of the text.
Comment 10•11 years ago
|
||
Went through the following "Defect" for iteration #12 without any issues. Used the following build:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2013-08-15-03-02-03-mozilla-central/
- Went through the original test case in comment #0 without any issues
- Went through the test cases added in comment #5 without any issues
- Also went through all of the above test cases in Filled View without any issues
Comment 11•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
- Went through the test cases added in comment #5 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
•