Open Bug 138066 Opened 24 years ago Updated 3 years ago

-moz-user-input no caret for input field.

Categories

(Core :: DOM: Editor, defect, P4)

defect

Tracking

()

Future

People

(Reporter: pwilson, Unassigned)

Details

(Keywords: css-moz)

Attachments

(2 files, 1 obsolete file)

Build 2002041509 An xhtml element with CSS3 style -moz-user-input is indeed editable. but no caret appears when the field receives the focus. I know this is under development - this is just for the record.
Testcase please. I was not aware that -moz-user-input made anything editable that was not already editable.
Attached file Testcase for -moz-user-* styles. (obsolete) —
It appears that it is the -moz-user-modify style that might be at fault. The input field never seems to aquire the enabled state. It does acquire the focus as specified. I am using the values from the CSS3 spec. (I hope).
Don't count on user-{input,modify,etc.} being in future versions of the CSS3 UI module.
I hope that what is already there can be made to work in the interim. I am writing an XML editor and have a fair prototype working. The user-input/focus/modify styles come very close to what I require: the ability to have variable length input fields that can handle single line/multi line input. I would hate to have to wait another year for the ultimate in editbility to arrive.
confirming that there is a real issue that needs addressing here.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
->Editor:Core. Note though that these properties may not be in future versions of CSS3 drafts.
Assignee: dbaron → kin
Component: Style System → Editor: Core
Keywords: css-moz
QA Contact: ian → sujay
Priority: -- → P4
Target Milestone: --- → Future
Attached file test case
Attachment #79728 - Attachment is obsolete: true
Assignee: kinmoz → nobody
QA Contact: sujay → ian
Summary: CSS3 -moz-user-input no caret for input field. → -moz-user-input no caret for input field.
I know CSS3 is still not resolved, but is there any chance of getting this working? Development of an XUL IDE foundered on this bug two years ago. I would like to restart the project, but this feature is a must have for editor development. Without a caret a text editor is worthless.
You might want to push Ian Hickson a bit on writing the specification about it <http://whatwg.org/specs/web-controls/current-work/> and providing feedback on the WHATWG mailing list. I'm not aware of any other method that may speed up the process of this bug.
The highlighted ns attribute of the grammar element is input capable but lacks a caret.
I think we should WONTFIX this particular request in favour of contentEditable. Having a CSS property control whether something is editable or not doesn't really make sense -- it's not a stylistic thing, it's a content thing.
I've just discovered that you need to hit function key F7 to make the caret visible. This feature has always worked. WTF. I abandonned develpment of an XUL IDE becuse of this. I've just wasted three years in which I could have been working on that IDE. What a stupid f**king feature!
QA Contact: ian → editor
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: