Issue 3242: autonumbering is destroyed after Print dialog invocation
http://code.google.com/p/chromium/issues/detail?id=3242
New issue report by VDmitrovsky:
Product Version : 0.3.155.0
URLs (if applicable) : N/A
Other browsers tested: Safari 3.1.2, Firefox 3.0.1, IE 8 beta 2, Opera 9.60
Add OK or FAIL after other browsers where you have tested this issue:
Safari 3: OK
Firefox 3: OK
IE 8: Fail to autonumber
Opera 9: FAIL
What steps will reproduce the problem?
1. Create html doc in text editor and paste the following as its content:
-------------
<html>
<head>
<style>
ol {counter-reset:item}
li {display:block}
li:before {content:counters(item, ".") ". "; counter-
increment: item}
</style>
</head>
<body>
<ol>
<li>Item 1
<ol>
<li>Item 1.1
<li>Item 1.2
<ol>
<li>Item 1.2.1
<li>Item 1.2.2
</ol>
<li>Item 1.3
<li>Item 1.4
</ol>
<li>Item 2
<ol>
<li>Item 2.1
<ol>
<li>Item 2.1.1
<li>Item 2.1.2
</ol>
<li>Item 2.2
<li>Item 2.3
</ol>
<li>Item 3
<ol>
<li>Item 3.1
<li>Item 3.2
</ol>
</body>
</html>
-------------
2. Open this doc. All items are auto-numbered corectly.
2. Right-click and choose "Print" in context menu.
3. Close the "Print" dialog
What is the expected result?
The whole appearence of the doc is preserved.
What happens instead?
Auto-numbering of list items is changed in some upredictable way.
Please provide any additional information below. Attach a screenshot if
possible.
Attachments:
Auto-numbering.PNG 5.1 KB
Issue attributes:
Status: Unconfirmed
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---