Closed
Bug 12440
Opened 26 years ago
Closed 24 years ago
Feature: Need a built-in inline editing capability
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: slogan, Assigned: bugs)
References
Details
(Whiteboard: [nsbeta3-]4 days, needs owner, has implications for selection in treeview.)
We need some widget that has the ability to provide visual clues to the user
that it can be pressed (meaning, it should probably look like a titledbutton),
but can be configured dynamically to become an editable field. This is needed
for in-place editing of tree items in our particular case.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: Need a widget that can act like an editable pushbutton → Feature: Need a widget that can act like an editable pushbutton
Target Milestone: M11
Comment 1•26 years ago
|
||
If we don't want to embed a webshell/editorshell in the edited button, we could
use a neat trick from the Gnumeric guys: create an invisible editor widget and
then proxy events to it, and observe content/selection. Maybe it's no big
deal to put an editorshell in the button, or swap them out, or something.
Updated•26 years ago
|
Severity: critical → normal
Target Milestone: M11 → M14
Comment 2•26 years ago
|
||
I believe this to be very low priority. Shoving off to M14.
Updated•26 years ago
|
Assignee: hyatt → shaver
Status: ASSIGNED → NEW
Comment 3•26 years ago
|
||
reassigning to shaver per hyatt
Comment 4•25 years ago
|
||
spam: changing qa contact from ckritzer -> paulmac for xul bugs
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14 → M19
Comment 8•25 years ago
|
||
There is no cross-app demand for this, and we have no time to do it in the
current release. resolving as later
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → LATER
Comment 9•25 years ago
|
||
This functionality is needed for an important AIM beta 2 feature. Reopening and
requesting for the M15 or M16 milestone.
Status: RESOLVED → REOPENED
Resolution: LATER → ---
Comment 10•25 years ago
|
||
The feature is inline editing of the buddy list, BTW.
Comment 11•25 years ago
|
||
adding duration swag.
Summary: Feature: Need a widget that can act like an editable pushbutton → Feature: Need a built-in inline editing capability
Whiteboard: 4 days, needs owner, has implications for selection in treeview.
Target Milestone: M19 → M17
Comment 16•25 years ago
|
||
inline editing for bookmarks in the treeview has been a product requirement (low priority) from the begining as well.
Comment 17•25 years ago
|
||
*** Bug 38749 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 18•25 years ago
|
||
I don't know if in the Brave New World of ender lite my situation here is any
simpler, but I tried to knock together a primitive implementation of this
some time ago with ender and the problem I ran into was that I had to
specify a size (using the 'size' attribute) on the text field to get it to show up,
and that left an awkwardly sized textfield whose width had no relation to
the length of the element being inline-edited.
Maybe I was doing something wrong. This is a highly desirable feature,
will have a look in the nsbeta3 timeframe.
Status: NEW → ASSIGNED
Comment 19•25 years ago
|
||
nav triage team:
nsbeta3-
Desirable feature, but easy to live without (didn't have it in 4.x). Bummer,
but we got to ship this puppy. Feature did not make it in time.
Whiteboard: 4 days, needs owner, has implications for selection in treeview. → [nsbeta3-]4 days, needs owner, has implications for selection in treeview.
Assignee | ||
Comment 20•25 years ago
|
||
I want to fix this for 1.0/6.5
Comment 21•24 years ago
|
||
Inline editing has been implemented for trees and Ben has another bug to do it
for outliners (patch attached). Any more work needed here?
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•