Closed Bug 127551 Opened 23 years ago Closed 23 years ago

Bugzilla 'feature' relies on bug in some browsers

Categories

(Bugzilla :: User Interface, defect)

2.15
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 11901

People

(Reporter: bugzilla, Assigned: myk)

Details

When displaying individual bugs in the usual way (like you're reading this) the contents of the bug has <pre></pre> tags around it. This works for bugs submitted with IE (and maybe others) because they mistakenly submits carriage returns with their textarea field's contents. Only if I type a carriage return
such as this
should it get submitted. When the browser (correctly) displays the bug's contents, in accordance with the <pre> tags, it extends the window indefinitely to accommodate.

The purpose of this bug is to get you to remove the <pre> tags by default.
You could incorporate into the parsing mechanism some sort of detection for UBBCode-like tags such as [code] [/code] (or whatever) for cases where the user actually wants preformatted text.
Your statement that this relies on a "bug" is not correct - it relies on
wrap="hard", a textarea attribute supported by IE and NS but not by other
browsers.

The big debate about this issue is going on over in bug 11901 (yes, it's been
going on for that long.) I suggest you head over there and read all about why
this is such a tricky issue :-)

Gerv

*** This bug has been marked as a duplicate of 11901 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.