[Programs/WebView]: Broken rendering of <p> tag #107

Closed
opened 2025-02-28 19:39:57 +01:00 by Burer · 2 comments
Owner

Rendering of tag <p> in WebView has very strange behavior:

  1. If <p> is the first element on the page, it is rendered as inline, not as block.
  2. If some tag is put before it, it is rendered properly.
  3. But two <p> one by one are still not rendered properly.

Maybe it is somehow related to #100, at least case 1.

Rendering of tag `<p>` in WebView has very strange behavior: 1) If `<p>` is the first element on the page, it is rendered as inline, not as block. 2) If some tag is put before it, it is rendered properly. 3) But two `<p>` one by one are still not rendered properly. Maybe it is somehow related to #100, at least case 1.
Sweetbread added the
Category/Applications
Kind
Bug
Priority
Low
labels 2025-03-02 12:37:16 +01:00
Author
Owner

Here is one more example of problems with rendering <p> tag - there are no margins between paragraphs on the page, but are some margins inside paragraphs:
http://scp-ukrainian.wikidot.com/scp-682
Maybe in this case, it is somehow related to #110.

Here is one more example of problems with rendering `<p>` tag - there are no margins between paragraphs on the page, but are some margins inside paragraphs: http://scp-ukrainian.wikidot.com/scp-682 Maybe in this case, it is somehow related to #110.
Owner

Mostly fixed in 1df7b2fd4c.
More deeper fix is not possible now. Closed.

Mostly fixed in [1df7b2fd4c](https://git.kolibrios.org/KolibriOS/kolibrios/commit/1df7b2fd4c07b92141e0afeb94aec341e4df2004). More deeper fix is not possible now. Closed.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#107
No description provided.