Closed
Bug 124135
Opened 23 years ago
Closed 22 years ago
Text selection made hard: mouse (in url bar); drag started
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
mozilla1.2alpha
People
(Reporter: junk, Assigned: trudelle)
Details
Mouse:
When clicking on the text in the url bar the first time, all the text is selected.
That's fine.
On the secong click, what should happen is that the text will be selected from
the point the mouse button went down untill it is released. Instead of that,
when mouse button goes down the 2nd time it seems it tries to drag the whole
text. dragging text in url bar is useless. Change it to select from click point
when clicking above a selected text.
Keyboard:
As in IE and other mozilla's various text fields, holding ctrl down and using
left/right arrows the carret should skip entire words, or in case of a url,
between words seperated with dots & slashes.
Comment 1•23 years ago
|
||
Come on, reporter, how can you call this a "major" bug? I agree with you
on all points, but please give the developers a break... I suggest "minor".
Comment 2•23 years ago
|
||
This is *such* a pain; our urlbar is very painful to use.
I usually have to click about 5 times to place a caret.
I'd be surprised if this wasn't a duplicate.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
Summary: Text selection made hard: mouse & keyboard → Text selection made hard: mouse & keyboard (in url bar)
Comment 3•23 years ago
|
||
This is a condition common to all text input fields. When an area is selected
and you want to select a smaller portion of the already selected area, mousing
down and dragging will initiate a drag-and-drop session. This is hardly useful
compared to just having selection work. Can we turn this DND feature off? Over
to Selection owner for investigation
Assignee: hewitt → mjudge
Component: URL Bar → Selection
Keywords: nsbeta1
QA Contact: claudius → tpreston
I call it Major as it makes me shut Mozilla down and use IE so I don't have to
use the mouse and keyboard x3 then what I need. But if you think good UI it's
not important, who am I to argue? I'm just a user... ;)
Comment 5•23 years ago
|
||
I think keyboard issues should go back to urlbar as a different bug. I am
pretty sure there is one already filed.
Pink--is there an easy way to disable drag&drop for the urlbar? Would that be
desirable?
Summary: Text selection made hard: mouse & keyboard (in url bar) → Text selection made hard: mouse (in url bar); drag started
Comment 6•23 years ago
|
||
it's up to the text area to start a drag. perhaps set an attribute in the ender
code to not do dnd if that attribute is set. *shrug*
hmm this seems like a hot potato. I dont think pushing the decision down to
the developer is a good idea no matter what my feelings are. I will fix any
bug given and approved to me.
I am assigning this to APS. They can decide what behavior they want and if it
requires me to add/change some code they can file a new bug on me about that.
Assignee: mjudge → trudelle
Component: Selection → XP Apps
QA Contact: tpreston → sairuh
Assignee | ||
Comment 8•23 years ago
|
||
nsbeta1- per ADT triage team
.setDragnDrop(false)
3.5 Months and no fix, is it so hard?
Assignee | ||
Comment 10•23 years ago
|
||
I agree this is important polish, but ADT decided it wasn't required for MachV.
However, nothing is preventing *you* from attaching a patch, or paying someone
to do it for you.
Comment 11•22 years ago
|
||
*** This bug has been marked as a duplicate of 87410 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 12•22 years ago
|
||
marking verified as a duplicate.
if you decide to reopen this bug, please clarify why.
search string for bugspam removal: SalviaGuaranitica
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•