Open Bug 144938 Opened 22 years ago Updated 2 years ago

cursor should change when it is over a selection

Categories

(Core :: Layout: Form Controls, enhancement)

x86
Windows XP
enhancement

Tracking

()

Future

People

(Reporter: mark, Unassigned)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.9+)
Gecko/20020408
BuildID:    2002040803

After selecting a text in an text input box (single and multi line) or in the
text editor, there is no visual indication that the text can be dragged. The way
to indicate that a text can be dragged in windows is to change the cursor to
arrow (i'm not sure how it is called but you can compare with IE).

Reproducible: Always
Steps to Reproduce:
1.select text at a text input box
2.move the mouse over the selection
3.

Actual Results:  The cursor remains as a I-beam, indicating text insertion

Expected Results:  The cursor should be an arrow, indicating text dragging is
possible.
To UI design.
Assignee: kin → mpt
Component: Editor: Core → User Interface Design
QA Contact: sujay → zach
from UI design. confirming as an enhancement request...
Assignee: mpt → jkeiser
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Component: User Interface Design → HTML Form Controls
Ever confirmed: true
QA Contact: zach → tpreston
Depends on: 13093
This is a good idea for everything, not just textarea.  There are several bugs
which prevent this:
(a) :-moz-selection does not work in textarea
(b) :-moz-selection { cursor: normal } makes text unselectable
Assignee: jkeiser → form
Target Milestone: --- → Future
Depends on: 183646
Summary: cursor to not change when it is over a selection at a text editor → cursor should change when it is over a selection
Well, it is now also mentioned in the Candidate Recommendation for
css3-selectors: http://www.w3.org/TR/css3-selectors/#selection
But I don't know if this bug is only about selection in form controls?
the ::-moz-selection { cursor: something; }  bug is really the issue found in
Bug 231894, which has a patch (by me) pending review.
Callek, are you sure that is the right bug?
re: comment#6 (anne), apparantly that bug# is not the correct one.  And
unfortunately I cannot find the correct one by looking in my review que or in my
bugspam for reviews...

Which means that as far as I am personally concerned the patch, (if there ever
was one, and I was not being just totally insane when I wrote that comment) is
no longer findable by me, (it is no longer in my source tree).
Assignee: layout.form-controls → nobody
QA Contact: tpreston → layout.form-controls
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.