Closed
Bug 48540
Opened 24 years ago
Closed 24 years ago
text is blank when typing in html source view after adding a long url in an href tag.
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
M18
People
(Reporter: salsa_43, Assigned: kinmoz)
Details
(Whiteboard: [nsbeta3+])
running the M17 milestone, I have seen this bug on windows NT and 95.
Basically I typed in some text and everything seemed ok. Then I added a very
long url and after that text input is no longer visible, though it seems to
generate some whitespace. The text input is occurring though, when I switch
back to show all tags view the text is there. After that if I switch back to
html source view I can now see the text I just typed.
Here is a testcase:
<body>
<div align>
<table cellpadding="2" cellspacing="2" border="1" width="100%"
bgcolor="#ff6600"><tbody><tr valign="Top"><td valign="Top">
<div align>
<h2> This is my test page!!</h2><img
src="www.calvinandhobbes.com/images/hobbes.gif">
</div>
</td></tr></tbody></table>
</div>
<p>
i am typing text here.
its ok...</p>
<p><br>
asdf<br>
asdf</p>
<p><a href="http://hercules/cgi-bin/gnatsweb.pl?cmd=submit%
20query&text=&multitext=&arrivedafter=&arrivedbefore=&modifiedafter=&modifiedbef
ore=&closedafter=&closedbefore=&category=&category=hw-tiger&synopsis=%28RTL%29%
7C%28rtl%29.%
2A&confidential=&confidential=all&severity=&severity=all&priority=&priority=all&
responsible=&responsible=all&state=&state=open&state=reviewed&state=accepted&sta
te=resolved&state=verified&ignoreclosed=Ignore%
20Closed&class=&class=all&submitter_id=&submitter_id=all&originator=&release=&co
lumns=category&columns=state&columns=responsible&columns=last_modified&columns=s
ynopsis&sortby=Responsible&queryname=Active%20RTL%20bugs">This is a really long
url</a></p>
asdfas can't see this text now!
<p><br>
</p>
</body>
Comment 1•24 years ago
|
||
you beat me to this one, yes this is reproducible using today's build on win98
Charley, I'm assigning to you, please reassign if it needs to go to someone else
I'm not sure if this is related to the invisible text bug that kin has.
Assignee: beppe → cmanske
Keywords: correctness,
nsbeta3
Whiteboard: [nsbeta3+]
Target Milestone: --- → M18
Comment 2•24 years ago
|
||
Definitely sounds like some sort of display bug. Given my buglist, I'll let
Kin explore this.
Assignee: cmanske → kin
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
This is the same problem as bug #45152.
*** This bug has been marked as a duplicate of 45152 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•