Closed
Bug 174369
Opened 23 years ago
Closed 23 years ago
cannot break quoted text
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
People
(Reporter: jud, Assigned: akkzilla)
References
Details
(Keywords: regression, Whiteboard: EDITORBASE)
Attachments
(1 file)
|
610 bytes,
patch
|
mozeditor
:
review+
sfraser_bugs
:
superreview+
blizzard
:
approval+
|
Details | Diff | Splinter Review |
using today's winxp trunk build, I cannot break the quoted text when replying to
a message.
steps to repro:
1. reply to a message.
2. put the cursor within the quoted text.
3. hit enter.
notice that the text moves down a alone, however, the expectation is that the
quotation's blue line breaks.
Comment 1•23 years ago
|
||
over to editor
Assignee: ducarroz → kin
Component: Composition → Editor: Core
Keywords: mailtrack
Product: MailNews → Browser
QA Contact: esther → sujay
| Reporter | ||
Comment 2•23 years ago
|
||
I'm going to try and call this a blocker. I had to stop usage of trunk builds
and revert back to 7.0 because of this.
Severity: normal → blocker
Comment 5•23 years ago
|
||
I'm not sure this really qualifies as a blocker but it is a regression.
I see this on my Macintosh build from today too.
| Reporter | ||
Comment 6•23 years ago
|
||
I'm seeing it in HTML compose (replying to either plain text or HTML though).
| Assignee | ||
Comment 7•23 years ago
|
||
This is my fault, and I have a fix.
Assignee: jfrancis → akkana
OS: All → Windows XP
Hardware: All → PC
| Assignee | ||
Comment 8•23 years ago
|
||
Duh.
Comment 9•23 years ago
|
||
Comment on attachment 102829 [details] [diff] [review]
Fix: Use ~ (bitwise or), not ! (logical or)
r=jfrancis
Attachment #102829 -
Flags: review+
Comment 10•23 years ago
|
||
Comment on attachment 102829 [details] [diff] [review]
Fix: Use ~ (bitwise or), not ! (logical or)
sr=sfraser
Attachment #102829 -
Flags: superreview+
| Assignee | ||
Comment 11•23 years ago
|
||
*** Bug 174047 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 12•23 years ago
|
||
Transfer 168066 dependancy from bug 174047.
Blocks: 1.2b
Status: NEW → ASSIGNED
Updated•23 years ago
|
OS: Windows XP → All
Hardware: PC → All
Comment 13•23 years ago
|
||
Using 2002101408-trunk on win2k and still not ok
Comment 14•23 years ago
|
||
Comment on attachment 102829 [details] [diff] [review]
Fix: Use ~ (bitwise or), not ! (logical or)
a=blizzard on behalf of drivers for 1.2beta
Attachment #102829 -
Flags: approval+
| Assignee | ||
Comment 15•23 years ago
|
||
Fixed!
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 16•23 years ago
|
||
*** Bug 174425 has been marked as a duplicate of this bug. ***
Comment 17•23 years ago
|
||
*** Bug 174045 has been marked as a duplicate of this bug. ***
Comment 18•23 years ago
|
||
Plain Text Editor:
The problem now is that when I break a quoted line, it appears to put
undeletable blank lines in between the quoted text and the new text entered.
This is misleading, as what is being composed is not it will look like when it
is sent.
The imaginary blank lines should not be present in the compose buffer.
This problem seems to have been introduced with the fix to this bug.
Mozilla 1.2b
Mozilla/5.0 (X11; U; OpenVMS COMPAQ_AlphaServer_DS10_466_MHz; en-US; rv:1.2b)
Gecko/20021022
| Assignee | ||
Comment 19•23 years ago
|
||
John: This fix definitely didn't introduce that bug, though it may have exposed
it. Please file a bug to jfrancis@netscape.com, preferably checking his current
buglist first to see if it's a dup of something he's already working on.
Comment 20•23 years ago
|
||
The "undeletable" part and the "not what it will look like when it
is sent" part make me wonder if it isn't just a layout bug.
At any rate, please file a new bug instead of reusing an old one.
You need to log in
before you can comment on or make changes to this bug.
Description
•