Closed
Bug 6262
Opened 26 years ago
Closed 25 years ago
(feature) enabling ender in Gecko needs to be implemented
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: sujay, Assigned: buster)
References
Details
using 5/11 build of apprunner.
The following functionality needs to be implemented for editor
Enable Ender as plain text field
Enable Ender as plain text area
Enable Ender as rich text area
Updated•26 years ago
|
Assignee: kostello → buster
Target Milestone: M8
Comment 1•26 years ago
|
||
Setting Milestone to M8
added 8410 dependancy, can't turn on GFX widgets until necko lands or netlib is
fixed.
As of 8/2/99, this is not enabled by default, but it is ready for use.
Comment 10•26 years ago
|
||
To enable this, add these lines to prefs.js:
user_pref("nglayout.compatibility.mode", 1);
user_pref("nglayout.widget.mode", 2);
Assignee | ||
Comment 11•26 years ago
|
||
necko landing has caused too much upheaval to try to get this in for M9. Will
enable by default first thing in M10. Anybody can start using this by setting
the pref nglayout.widget.mode = 2
Comment 12•26 years ago
|
||
Added teruko and momoi to cc list.
Assignee | ||
Comment 13•26 years ago
|
||
moved to M11
Comment 14•25 years ago
|
||
*** Bug 13276 has been marked as a duplicate of this bug. ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 15•25 years ago
|
||
gfx text controls are on by default on linux and windows, and on mac they can be
turned on easily with a pref. marking this bug fixed. all dependent bugs
should be checked.
You need to log in
before you can comment on or make changes to this bug.
Description
•