Bug 2417 - [Welcome] Drag select in Welcome editor causes wizard to open (1GF0UJ1)
Summary: [Welcome] Drag select in Welcome editor causes wizard to open (1GF0UJ1)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Andrew Irvine CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2001-10-10 22:36 EDT by Simon Arsenault CLA
Modified: 2002-09-26 15:52 EDT (History)
1 user (show)

See Also:


Attachments
Disable links on drag events (1.52 KB, patch)
2002-09-26 09:38 EDT, Andrew Irvine CLA
no flags Details | Diff
Prevent link activation, and cursor change on drag events (1.63 KB, patch)
2002-09-26 13:37 EDT, Andrew Irvine CLA
no flags Details | Diff
patch file (1.85 KB, patch)
2002-09-26 15:51 EDT, Lynne Kues CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Arsenault CLA 2001-10-10 22:36:01 EDT
Open the welcome editor (Help->Welcome), click down in one of the
	paragraphs that has "links" in it, but not on a link. Holding the mouse
	down, move the mouse around. This selects the text - what you would
	expect except for being extremely slow to show feedback! Now continue
	to move the mouse until you are over a link in the paragraph and let
	go of the mouse button. Voila, the wizard is launched.

NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 18:26:45 EST
PRODUCT VERSION:
	0.120

Comment 2 Kevin Haaland CLA 2002-03-15 16:00:31 EST
Would be better to have an embedded html widget. 
Comment 3 Randy Giffen CLA 2002-08-08 11:20:03 EDT
Reopen for investigation
Comment 4 Andrew Irvine CLA 2002-09-26 09:38:14 EDT
Created attachment 2065 [details]
Disable links on drag events
Comment 5 Lynne Kues CLA 2002-09-26 13:16:06 EDT
Reviewed patch.  For the case where the mouse up occurs over a link, I think 
the cursor should be changed to the hand.  Right now this is not the case.  You 
have to actually move the mouse.
Comment 6 Andrew Irvine CLA 2002-09-26 13:37:10 EDT
Created attachment 2068 [details]
Prevent link activation, and cursor change on drag events
Comment 7 Andrew Irvine CLA 2002-09-26 13:39:17 EDT
Discussed the cursor changes with both Kevin and Todd, they believe that if the 
action is text selection then the cursor should be left as the I-beam, not the 
hand.  I did notice I had missed the case where the text selection began in a 
link, then I did not revert the cursor back to the I-beam.  The second patch 
2417b_patch provides this functionality.
Comment 8 Lynne Kues CLA 2002-09-26 14:09:45 EDT
This not how links work in other html editors.  If you drag select over a link 
and let up the mouse over the link, the cursor indicates that you are over a 
link.  I think the behavior is incorrect, because if I press the mouse down I 
will be hyperlinked.  Did you understand what I meant?
Comment 9 Lynne Kues CLA 2002-09-26 15:51:55 EDT
Created attachment 2070 [details]
patch file
Comment 10 Lynne Kues CLA 2002-09-26 15:52:32 EDT
Released patch.