Closed
Bug 82472
Opened 24 years ago
Closed 22 years ago
NOSCRIPT element does not render in Composer
Categories
(Core :: DOM: Editor, defect, P4)
Tracking
()
RESOLVED
FIXED
mozilla1.5beta
People
(Reporter: rubydoo123, Assigned: john)
References
Details
(Keywords: topembed+, Whiteboard: [behavior],edt_b3)
using build from 2001052304 on win98
the NOSCRIPT element does not render in Composer: Normal & Show All Tags mode
all elements should render in Composer for editing
Reporter | ||
Comment 1•24 years ago
|
||
sample code:
<noscript><p>P element within NOSCRIPT element</p></noscript>
Bulk move of mozilla1.0 bugs to mozilla.1.0.1. I will try to pull some of these
back in if I can.
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 3•23 years ago
|
||
Daniel: Does your work fix this bug?
No it does not, this is independant of my work done for AllTags mode because the
current bug is also in Normal View...
I have tried to add noscript { display: block} to EditorContent.css
The noscript elements become visible BUT the contents of the element are
a text node. Harish says that this is normal behavior when Javascript is enabled.
Any idea on how to solve this sub-issue ?
Comment 5•22 years ago
|
||
nominating topembed, this may be important for a future client
Keywords: topembed
Comment 6•22 years ago
|
||
Discussed in edt. Plussing.
Reporter | ||
Updated•22 years ago
|
QA Contact: sujay → beppe
Comment 7•22 years ago
|
||
This bug is future... Can we get an updated milestone
Updated•22 years ago
|
Target Milestone: Future → mozilla1.5beta
Assignee | ||
Comment 8•22 years ago
|
||
I can probably fix this along with bug 77296 if we can get the information about
whether this is an editor during the parsing stage. We may have to rely on a
pref for that or something.
Assignee: kin → jkeiser
Depends on: 77296
I don't know if you want to check at the parsing stage ... any docshell/browser
window can be dynamically switched to editable ... composer works by loading the
file like a browser, and then listening for the load to finish, and then it
flips the editor bit on the window/docshell.
Assignee | ||
Comment 10•22 years ago
|
||
OK, this *should* be fixed with the patch for bug 77296, but I can't verify
right now, something I did a few days ago blew away my ability to run mozilla
proper. It should be in tomorrow's nightly (20030626xx), can someone test?
Assignee | ||
Comment 11•22 years ago
|
||
OK, it's fixed with bug 77296.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•