Closed
Bug 34519
Opened 25 years ago
Closed 25 years ago
Implement property dialog popup when double click on element
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
M16
People
(Reporter: cmanske, Assigned: cmanske)
References
Details
(Whiteboard: [nsbeta2+][dogfood-])
For image, cell, Hline, Named Anchor, and link, double-click should popup the
appropriate property dialog. Note that double click is detected in
nsTextEditorMouseListener::MouseUp and test the click count.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M16
Comment 1•25 years ago
|
||
updating keyword and status whiteboard to reflect that this is a beta 2 feature
work bug that the Composer team deems a must fix for beta 2.
Comment 2•25 years ago
|
||
[nsbeta2+ until 5/16]
Whiteboard: Composer feature work → [nsbeta2+ until 5/16] Composer feature work
Assignee | ||
Comment 3•25 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
we're not bringing up the property dialog, we're bringing up the advanced prop
dialog....
I think we want the general prop dialog right?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 5•25 years ago
|
||
This is a very simple fix. When not in "Show All Tags" editmode, we need to test
for Image, Link, Named Anchor, Table, or HLine and bring up the appropriate
property dialog, not the Advanced Properties dialog.
Requesting extension to finish for beta2.
This is a major dogfood issue since we are trying to prevent the "average"
user from getting into the Advanced Properties dialog.
Status: REOPENED → ASSIGNED
Keywords: dogfood
Assignee | ||
Comment 6•25 years ago
|
||
This is no longer "feature work", but is a bug. Code is ready and reviewed by
sfraser.
Whiteboard: [nsbeta2+ until 5/16] Composer feature work
Putting on [nsbeta2+] radar for beta2 fix.
Whiteboard: [nsbeta2+][dogfood-]
Assignee | ||
Comment 8•25 years ago
|
||
Feature is finished. The problem with the wrong dialog comming up is a dup.
*** This bug has been marked as a duplicate of 39649 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•