Closed
Bug 881928
Opened 11 years ago
Closed 11 years ago
Defect - Tap-and-drag near edit box with monocles active causes selection highlighting to disappear but monocles remain
Categories
(Firefox for Metro Graveyard :: Input, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 24
People
(Reporter: TimAbraldes, Assigned: jimm)
References
Details
(Whiteboard: feature=defect u=metro_firefox_user c=content_features p=1)
Attachments
(1 file)
1.57 KB,
patch
|
fryn
:
review+
|
Details | Diff | Splinter Review |
STR:
1) Go to the testcase in bug 854070
2) Get selection monocles to appear, highlighting the entire text in the edit box
3) Place your finger below the edit box (but not too far away) and move your finger slightly to one side
You'll notice that the selection monocles are still there, but the selection highlighting is gone.
Updated•11 years ago
|
Blocks: metrov1defect&change
Summary: Tap-and-drag near edit box with monocles active causes selection highlighting to disappear but monocles remain → Defect - Tap-and-drag near edit box with monocles active causes selection highlighting to disappear but monocles remain
Whiteboard: feature=defect u=metro_firefox_user c=content_features p=0
Assignee | ||
Comment 1•11 years ago
|
||
Looks like the text input loses focus, and we lose selection highlight background. But the selection is still present.
Assignee | ||
Comment 2•11 years ago
|
||
Actually this is two bugs. The theme portion and a bug in SelectionHelperUI. Will file a follow up on the theme problem.
Assignee: nobody → jmathies
Component: Theme → Input
Whiteboard: feature=defect u=metro_firefox_user c=content_features p=0 → feature=defect u=metro_firefox_user c=content_features p=1
Assignee | ||
Comment 3•11 years ago
|
||
Selection was clearing on vertical scroll but not horizontal.
Attachment #765413 -
Flags: review?(fyan)
Assignee | ||
Updated•11 years ago
|
Attachment #765413 -
Attachment is patch: true
Updated•11 years ago
|
Comment 4•11 years ago
|
||
Comment on attachment 765413 [details] [diff] [review]
fix
:)
Attachment #765413 -
Flags: review?(fyan) → review+
Assignee | ||
Comment 5•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/14a7ef9b6db9
Thanks for the quick review!
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 24
Comment 7•11 years ago
|
||
Went through the following "Defect" for iteration #9 testing without any issues. Used the following build:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2013-07-09-03-02-04-mozilla-central/
- Went through the original test case added in comment 0 without any issues
Went through several different websites (Goolgle, Bing, DuckDuckGo) and tried the following:
- Typed in some text into the input text box then tapped in it and ensured that the selection monocle appeared (ensured tapping in different area's in the text box still displayed the monocles in the correct position)
- Moved the monocle to the left and highlighted all the text in the text box
- Moved the monocle to the right/left and ensured that the text is still highlighted
- Ensured that tapping in the whites spaces cleared the highlighted text
- Also went through the above test cases in "Filled" view without any issues
Comment 8•11 years ago
|
||
Went through the following "Defect" for iteration #10 testing without any issues. Used the following build:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2013-07-17-03-02-07-mozilla-central/
- Went through the original test cases added in comment 0 without any issues
- Went trough all the test cases added in comment 7 without any issues
There was some issues selecting text from the beginning/end of the text, but a new defect was created as the original issue has been resolved in this defect.
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 for iteration-11. Followed steps provided in comment0 and got expected result.
I didn't see selection monocles and selection highlighting after placing a finger below the edit box.
Comment 10•11 years ago
|
||
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0
Build ID: 20130816030205
Built from http://hg.mozilla.org/mozilla-central/rev/1ed5a88cd4d0
WFM
Tested on windows 8 using latest nightly for iteration-12. Followed steps provided in comment0 and got expected result.
I didn't see selection monocles and selection highlighting after placing a finger below the edit box.
Status: RESOLVED → VERIFIED
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
•