Closed
Bug 267343
Opened 20 years ago
Closed 20 years ago
radio buttons on webpage do not print out
Categories
(Camino Graveyard :: Printing, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 177953
Camino0.9
People
(Reporter: tsengp, Assigned: mikepinkerton)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a5) Gecko/20041101 Camino/0.8+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a5) Gecko/20041101 Camino/0.8+
This problem is observed on the UNC @ Chapel Hill admissions website at
www.admissions.unc.edu, though I'm sure the same behavior will exist for other
disabled radio buttons.
The rest of the page always prints out fine, but the radio buttons just don't
show up: the spot where they >should< show up is just left blank.
Reproducible: Always
Steps to Reproduce:
Steps are hard to give when not everyone has access to the UNC personal homepage.
Actual Results:
Radio buttons never print out.
Expected Results:
Print the radio buttons out. :)
Assignee | ||
Comment 1•20 years ago
|
||
can you reduce your testcase down to some html you can attach here?
Target Milestone: --- → Camino0.9
Reporter | ||
Comment 2•20 years ago
|
||
(In reply to comment #1)
> can you reduce your testcase down to some html you can attach here?
Here are two sets of HTML. The first set is a sample of disabled radio buttons,
and the second set is a sample of enabled ones.
<input type="radio" name="default" value="radioValue" checked disabled
border="0"><input type="radio" name="default" value="radioValue" disabled
border="0"><input type="radio" name="default" value="radioValue" disabled
border="0"><input type="radio" name="default" value="radioValue" disabled
border="0">
<input type="radio" name="default1" value="radioValue" checked border="0"><input
type="radio" name="default1" value="radioValue" border="0"><input type="radio"
name="default1" value="radioValue" border="0"><input type="radio"
name="default1" value="radioValue" border="0">
Reporter | ||
Comment 3•20 years ago
|
||
New change: It's not just disabled radio buttons, it's all radio buttons that
don't print out. If you try to print out this very page (you can use the print
preview option in Panther), the choices below the additional comments box are
without radio buttons.
Summary: disabled radio buttons on webpage do not print out → radio buttons on webpage do not print out
Comment 4•20 years ago
|
||
Yep, the fact that radio buttons (and other form controls, e.g. checkboxes) is a
known bug, bug 177953. The testcase in that bug includes radio buttons, and a
quick check with the latest nightly shows they don't print :-(
Resolving as a dupe of 177953.
*** This bug has been marked as a duplicate of 177953 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•