| Summary: | [CSS] floating a <li> element destroys the list item marker | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Nils <mailme+kde> |
| Component: | khtml renderer | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | CC: | aiacovitti, browserbugs2 |
| Priority: | NOR | ||
| Version First Reported In: | 4.6.5 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | testcase | ||
Confirmed using kde 4.6.5 This bug report is very close, similar to bug 200262 . Gérard CSS 2.1 test suite RC6, CSS test: CSS Test: Float applied to element with 'display' set to list-item http://test.csswg.org/suites/css2.1/20110323/html4/float-applies-to-010.htm Konqueror 4.7.0 fails such test. Latest version: http://test.csswg.org/suites/css2.1/latest/html4/float-applies-to-010.htm regards, Gérard Dear user, KHTML (and KJS) was a long time more or less unmaintained and got removed in KF6. Please migrate to use a QWebEngine based HTML component. We will do no further fixes or improvements to the KF5 branches of these components beside important security fixes. For security issues, please see: https://kde.org/info/security/ Sorry that we did not fix this issue during the life-time of KHTML. Greetings Christoph Cullmann |
Created attachment 49431 [details] testcase Version: 4.4.0 (using KDE 4.4.2) OS: Linux Reproducible: Always Steps to Reproduce: Open the attached test.html in Konqueror. Actual Results: No list item marker (bullet) is shown. Expected Results: A list item marker (bullet) should be shown in front of the text. Bug remains even if the float is revoked somewhere else in the stylesheet.