Closed Bug 197500 Opened 21 years ago Closed 1 year ago

Empty areas of designMode document should have cursor:text by default

Categories

(Core :: DOM: Editor, defect)

defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

References

Details

(Whiteboard: midas)

Midas documents should automatically get cursor:text.  Currently, only the parts
of the document with text in them get a text cursor.  (Contrast with textareas,
which always have a text cursor.)

Workaround:
m.contentDocument.documentElement.style.cursor = "text";

(Btw, this bug also seems to be present in the Composer window.  Contrast with
notepad, wordpad, word, etc.)
OS: Windows XP → All
Hardware: PC → All
Whiteboard: midas
Still the case in Firefox 2.0. Are there any design objections for doing this? Close as wontfix if the workaround is sufficient.
Summary: midas document should have cursor:text by default → Empty areas of designMode document should have cursor:text by default
QA Contact: bugzilla → editor
Blocks: 424615
Severity: minor → S4

The bug assignee is inactive on Bugzilla, so the assignee is being reset.

Assignee: brade → nobody

This does the right thing now.

Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.