Closed
Bug 97636
Opened 23 years ago
Closed 23 years ago
changing color of text and then undo/redo causes data loss
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
mozilla0.9.7
People
(Reporter: TucsonTester1, Assigned: kinmoz)
Details
(Whiteboard: EDITORBASE, Dup of bug 84645? WFM on trunk.)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:0.9.3+) Gecko/20010828
Netscape6/6.1b1
BuildID: 2001282805
When highliting a paragraph of thex and changing then going back and changing
one line of text or so in that paragraph duplictes it and changes the color
thenif you hit edit and choose undo the whole thing disappears.
Reproducible: Always
Steps to Reproduce:
1. Open a new document
2. Insert aleast a paragraph worth of text.
3. Highlite all the text.
4. Change the color to light blue.
5. Deselect the text.
6. Highlite an sentence or two with in that paragraph.
7. Change the color to red.
8. Hit ok
9. Watch as it adds a the same text that is high;ited in the red color instead
of c hanging what you had highlited.
10. Now go to edit.
11. click undo.
12. It should all disappear.
Actual Results: The text duplicated in the color chossen instead of changing
the color then all of the text disappeared when you hit undo.
Expected Results: it should just change the highlited text
It seams only to do it on the mac i tried a windows machine and it did not seam
to do it.
Comment 1•23 years ago
|
||
sounds like another duplicate of bug #73170
*** This bug has been marked as a duplicate of 73170 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 2•23 years ago
|
||
reporter, does this crash ? 73170 happens on all platforms, this one only on mac
Reporter | ||
Comment 4•23 years ago
|
||
This bug does not look like a duplicate of 73170 that one has stuff to do with
text this has to due with the change color of text and then it disappearing plus
this one seems only to attack the MAC could you check again please.
Comment 5•23 years ago
|
||
Reopening per Joe's request
Status: VERIFIED → UNCONFIRMED
Resolution: DUPLICATE → ---
Confirming using Mac/2001083008 on Mac OS 9.2.1.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 8•23 years ago
|
||
Please test this with a build from tomorrow.
If this is fixed, it is a duplicate of bug #84645.
Comment 9•23 years ago
|
||
resolving this as a duplicate so it will get tested
*** This bug has been marked as a duplicate of 84645 ***
Status: NEW → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Comment 10•23 years ago
|
||
I tested this on the 9-19 build on an iMac DV running OS 9.1. The text no longer
duplicates itself after having the color changed, however undo - still deletes
all the text AND hitting redo does not replace text. Also after the composer
has reached this state - the cursor disapears and can't be placed in the
composer window. Here are the steps to reproduce this:
1. Launch Netscape/Open a blank composer window
2. type in enough text so that it wraps once on the screen (I typed: "this is a
line of text long enough so that is wraps to the next line" and pasted it in
three times)
3. Hit Apple+A to select all
4. go to the color picker and select a new color
5. Highlight a single word on the second line of text
6. go to the color picker and change it to a new color
7. go to edit and hit undo
*PROBLEM*
All the text and the cursor disapear from the main composer window. If I switch
to HTML view the tags for the original text have been replaced, but will not
display on the normal tab. I can type in the HTML tab, but cannot get the
cursor back in the normal tab. I was able to reproduce this with much less text
by shrinking the window to make it wrap.
Please let me know if this needs to be added to another bug since this was
marked duplicate.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 11•23 years ago
|
||
sounds like a core problem; changing summary to match current problem
This still sounds like some kind of frames issue like in bug #84645 but I'll let
Kin investigate to be sure.
Assignee: brade → kin
Status: REOPENED → NEW
Component: Editor: Composer → Editor: Core
Summary: text duplicates instead of changing color → changing color of text and then undo/redo causes data loss
Assignee | ||
Comment 12•23 years ago
|
||
I can't repro this in my 10/04/01 Trunk build. I think brade is correct that
this was due to the same thing that caused bug 84645 ... which will not be fixed
on the MOZILLA_0_9_4_BRANCH.
I'll close/dup this bug after I verify that it still exists on the
MOZILLA_0_9_4_BRANCH.
Status: NEW → ASSIGNED
Priority: -- → P3
Whiteboard: Dup of bug 84645? WFM on trunk.
Target Milestone: --- → mozilla0.9.7
Whiteboard: Dup of bug 84645? WFM on trunk. → EDITORBASE, Dup of bug 84645? WFM on trunk.
Assignee | ||
Comment 13•23 years ago
|
||
I can't see either problems reported by TucsonTest1 or BaxterJS in my 10/26/01
Mozilla debug Trunk builds.
I think I'm going to mark this WORKSFORME. Reopen if you still see the problem,
and please be specific as to what build/branch and date you are using.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → WORKSFORME
Comment 14•23 years ago
|
||
Bug is not happening on trunk but is still happening on branch build.
Marking Verified per above comments.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•