Bug 15160 - Links in WYSIWYG contentEditable mode are not showing text I-beam cursor.
Summary: Links in WYSIWYG contentEditable mode are not showing text I-beam cursor.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac (Intel) OS X 10.4
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-07 18:37 PDT by Vincent Lee
Modified: 2007-09-07 19:42 PDT (History)
0 users

See Also:


Attachments
Please use this HTML file to reproduce the issue. (887 bytes, text/html)
2007-09-07 18:39 PDT, Vincent Lee
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Lee 2007-09-07 18:37:27 PDT
Steps to reproduce bug:

1. Make a HTML page editable using document.body.contentEditable = true;

2. Use the mouse to hover over a link.

Actual Result:
The link is editable text now, but the pointer hand mouse cursor still shows.

Expected Result:
This should now be a text I-beam cursor.
Comment 1 Vincent Lee 2007-09-07 18:39:32 PDT
Created attachment 16225 [details]
Please use this HTML file to reproduce the issue.

Simply hover over a link, the pointer hand mouse cursor shows.
Comment 2 Vincent Lee 2007-09-07 19:41:08 PDT
This bug is with Safari 2 only. With Safari 3, there is no issue. Please close the bug, thanks.