I have a javascript form with checkboxes on it. When I click a checkbox and then click "print this page" Everything prints but the checkmark in the checkbox that I selected. Can you help me fix this? thanks
-
What? Please revise your question.Jacob Relkin– Jacob Relkin2010-01-07 22:47:59 +00:00Commented Jan 7, 2010 at 22:47
-
Hmm? Works for me in both IE and FF...Michael Bray– Michael Bray2010-01-07 22:50:04 +00:00Commented Jan 7, 2010 at 22:50
-
Hm, well for me as well it works in IE8 and FF3Adnan– Adnan2010-01-07 22:53:39 +00:00Commented Jan 7, 2010 at 22:53
-
Should be closed as "WORKSFORME" :Prfunduk– rfunduk2010-01-07 23:11:21 +00:00Commented Jan 7, 2010 at 23:11
-
Are you using an old version of IE8? I think it was a bug initially.mscccc– mscccc2010-01-08 01:33:01 +00:00Commented Jan 8, 2010 at 1:33
Add a comment
|
1 Answer
Take a look at this bug report on Microsoft Connect:
https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=434706
If you're using IE8 that could be the problem.
For those trying to reproduce the issue, it's important to note that only checkboxes whose state has been changed after the page loads seem to be affected.
EDIT:
I have successfully reproduced this on IE version 8.0.6001.18865. On stackoverflow's prefs tab, I clicked "Hide Ignored Tags". When I printed the page, the check mark did not appear.