sdglhm / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

"start" attribute on <ol> elements is ignored #327

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Create an ordered list using <ol start="3">
2. Create an <li> element within the list
3. Render

What is the expected output? What do you see instead?

Expected: the list item is prefixed with "3."
Actual: the list item is prefixed with "1."

What version of the product are you using? On what operating system?

Version 0.6.0-beta2

Original issue reported on code.google.com by simon.m....@gmail.com on 27 Jul 2011 at 11:28

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 27 Jul 2011 at 11:02

GoogleCodeExporter commented 9 years ago
Yes, this should not be very hard to implement, we'll take care of this. In 
fact I thought this was already supported!

Original comment by fabien.menager on 31 Jul 2011 at 1:32

GoogleCodeExporter commented 9 years ago
My company will pay a $250 bounty to get this fixed by Nov 8th, either a patch 
to 6beta2 or in an updated release.
Thanks,
Brad
925 804 2513

Original comment by bwdut...@gmail.com on 27 Oct 2011 at 10:34

GoogleCodeExporter commented 9 years ago
We won't have a new release for a little while yet, but the issue has been 
addressed in the developer code (r430). You can download the latest code to get 
the fix, but be sure to run test cases. You can download via the code 
repository or get a nighty archive here: http://eclecticgeek.com/dompdf/

A brief look at the fix and I don't think it would be difficult to back-port to 
beta 2 if you would rather stick to released code.

Original comment by eclecticgeek on 28 Oct 2011 at 3:58

GoogleCodeExporter commented 9 years ago
Looks like it's working ok, where do we send the check or should we use the 
donate link on the home page?

Original comment by bwdut...@gmail.com on 28 Oct 2011 at 4:35

GoogleCodeExporter commented 9 years ago
You can use the donate link, we appreciate your desire to support the project.

Original comment by eclecticgeek on 28 Oct 2011 at 5:49

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 30 May 2013 at 5:16