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)
Core
DOM: Editor
Tracking
()
NEW
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.
Comment 1•24 years ago
|
||
Testcase please. I was not aware that -moz-user-input made anything editable
that was not already editable.
| Reporter | ||
Comment 2•24 years ago
|
||
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.
| Reporter | ||
Comment 4•24 years ago
|
||
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.
Comment 5•24 years ago
|
||
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
Updated•23 years ago
|
Priority: -- → P4
Target Milestone: --- → Future
Comment 7•22 years ago
|
||
Attachment #79728 -
Attachment is obsolete: true
Updated•22 years ago
|
Assignee: kinmoz → nobody
QA Contact: sujay → ian
Updated•22 years ago
|
Summary: CSS3 -moz-user-input no caret for input field. → -moz-user-input no caret for input field.
| Reporter | ||
Comment 8•21 years ago
|
||
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.
Comment 9•21 years ago
|
||
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.
| Reporter | ||
Comment 10•21 years ago
|
||
The highlighted ns attribute of the grammar element is input capable but lacks
a caret.
Comment 11•21 years ago
|
||
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.
| Reporter | ||
Comment 12•21 years ago
|
||
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!
Updated•19 years ago
|
QA Contact: ian → editor
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•