Closed
Bug 1112473
Opened 11 years ago
Closed 11 years ago
2 caret appears when long pressing the rocket bar
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(blocking-b2g:2.2+, b2g-v2.2 verified)
Tracking | Status | |
---|---|---|
b2g-v2.2 | --- | verified |
People
(Reporter: gchang, Assigned: kgrandon)
References
Details
(Whiteboard: [systemsfe])
Attachments
(2 files)
### Steps:
1. Go to home screen
2. Long press the rocket bar
### Expected:
1. There should be one caret
### Actual:
1. 2 carets appear and the positions of these 2 carets are different
### Reproduce rate
always
### Version:
Gaia-Rev 8ffb48c321bb9595ad437086c5eb450bc90aa714
Gecko-Rev https://hg.mozilla.org/mozilla-central/rev/8401afdb6e6c
Build-ID 20141216160204
Version 37.0a1
Device-Name flame
FW-Release 4.4.2
![]() |
Reporter | |
Comment 1•11 years ago
|
||
![]() |
Reporter | |
Updated•11 years ago
|
QA Whiteboard: [textselection]
Comment 4•11 years ago
|
||
Peter, does this require a platform fix or a system app fix?
Flags: needinfo?(pchang)
Comment 6•11 years ago
|
||
(In reply to peter chang[:pchang][:peter] from comment #5)
> This should be fixed by bug 1098161.
Oops...looks like this issue is still existed after bug 1098161. And gecko detects this element contains text. What are the difference between this rocketbar on homescreen and another rocketbar with keyboard? (after you click rocketbar, start to type something)
Flags: needinfo?(timdream)
Comment 7•11 years ago
|
||
(In reply to peter chang[:pchang][:peter] from comment #6)
> Oops...looks like this issue is still existed after bug 1098161. And gecko
> detects this element contains text. What are the difference between this
> rocketbar on homescreen and another rocketbar with keyboard? (after you
> click rocketbar, start to type something)
The actual rocket bar being typed is an <input type=search> in the System app. I don't know the hit area in Home screen app is and it is very likely it's just a button.
Anyway, you can use DevTools inspector to find out.
Flags: needinfo?(timdream)
Comment 8•11 years ago
|
||
(In reply to Tim Guan-tin Chien [:timdream] (MoCo-TPE) (please ni?) from comment #7)
> (In reply to peter chang[:pchang][:peter] from comment #6)
> > Oops...looks like this issue is still existed after bug 1098161. And gecko
> > detects this element contains text. What are the difference between this
> > rocketbar on homescreen and another rocketbar with keyboard? (after you
> > click rocketbar, start to type something)
>
> The actual rocket bar being typed is an <input type=search> in the System
> app. I don't know the hit area in Home screen app is and it is very likely
> it's just a button.
>
> Anyway, you can use DevTools inspector to find out.
If so, we should add select:none for this area in home screen app. Does it already include in gaia homescreen app?
Flags: needinfo?(timdream)
Comment 9•11 years ago
|
||
Kevin, could you confirm?
Component: Gaia::System → Gaia::Homescreen
Flags: needinfo?(timdream) → needinfo?(kgrandon)
![]() |
||
Comment 10•11 years ago
|
||
Assignee | ||
Comment 11•11 years ago
|
||
Comment on attachment 8539049 [details] [review]
[PullReq] KevinGrandon:bug_1112473_home_screen_user_select to mozilla-b2g:master
This seems to work for me. I was unable to use select: none though, as it says that CSS selector is not supported on master. Other apps seem to use -moz-user-select, and using that here works.
Peter - I'm not sure who knows the select CSS stuff well, but since you gave a suggestion, would you be willing to put a review stamp on this? Thanks!
Flags: needinfo?(kgrandon)
Attachment #8539049 -
Flags: review?(pchang)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → kgrandon
Whiteboard: [systemsfe]
Comment 12•11 years ago
|
||
Comment on attachment 8539049 [details] [review]
[PullReq] KevinGrandon:bug_1112473_home_screen_user_select to mozilla-b2g:master
Looks good to me but I don't know who in gaia should review this patch. Chris, could you help to review?
Attachment #8539049 -
Flags: review?(pchang)
Attachment #8539049 -
Flags: review?(chrislord.net)
Attachment #8539049 -
Flags: feedback+
![]() |
Reporter | |
Updated•11 years ago
|
Blocks: CopyPasteLegacy
Updated•11 years ago
|
Attachment #8539049 -
Flags: review?(chrislord.net) → review+
Assignee | ||
Comment 13•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
![]() |
Reporter | |
Comment 14•11 years ago
|
||
Verified @
Gaia-Rev ab41c35eed35404b632a4841714b81b56364ba32
Gecko-Rev https://hg.mozilla.org/mozilla-central/rev/2acb12da9813
Build-ID 20141224160204
Version 37.0a1
Device-Name flame
FW-Release 4.4.2
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
status-b2g-v2.2:
--- → fixed
Target Milestone: --- → 2.2 S2 (19dec)
![]() |
Reporter | |
Updated•11 years ago
|
QA Whiteboard: [textselection] → [COM=Text Selection]
![]() |
||
Updated•10 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•