Bug #5860
closedWt 4 : Possibly rendering bug in WTable
0%
Description
Hi. I had a bug in a WTable rendering (rows and lines not completely generated at the DOM).
But when I add a line (in the attached patch), my bug is fixed.
Files
Updated by Roel Standaert over 7 years ago
- Status changed from New to Feedback
Hi, do you have some example code where it goes wrong? I can't manage to reproduce your problem, and the patch you propose is unusual enough (triggering a repaint from within the rendering code) that I'm not comfortable just applying it.
Updated by Hyeoni Hwasoo over 7 years ago
- File main.cxx main.cxx added
- File wtable.png wtable.png added
Yes I wasn't sure my patch was right
But finally I isolated the behaviour ! (not the bug)
I joined two files :
- main.cxx a small programm to reproduce it
- wtable.png a screenshot to see the result
Steps to reproduce :
- Load the web page
- Click on the "Push Me" button -> The first time, the table is correctly displayed
- Reload the page with F5 (Firefox or Chromium)
- Click on the "Push Me" button -> The table is often wrongly displayed (lack of cell)
Updated by Hyeoni Hwasoo over 7 years ago
Hello ! This issue appears to be fixed at this time ( https://github.com/emweb/wt/commit/99df4a973d63a53676d76db6232a22fd64e898f0 ) ! I didn't try the commit https://github.com/emweb/wt/commit/91b04306b47eadb743cb929d848e9f6ae22c4450
So this issue can be marked as resolved.
Thank you !
Hyeoni
Updated by Roel Standaert about 7 years ago
- Status changed from Resolved to Closed