RESOLVED FIXED 40990
[GTK] Bots are showing lots of GTK_IS_CONTAINER critical warnings
https://bugs.webkit.org/show_bug.cgi?id=40990
Summary [GTK] Bots are showing lots of GTK_IS_CONTAINER critical warnings
Martin Robinson
Reported 2010-06-22 09:39:33 PDT
This seems to be an issue with ScrollViewGtk creating native scrollbars too late in the lifetime of a view. For now we can simply not add the scrollbar in that case. I think the real long term solution is to entirely remove native scrollbars and rely on the theme drawing code to render them.
Attachments
Patch for this issue (1.38 KB, patch)
2010-06-22 11:03 PDT, Martin Robinson
no flags
Another approach to this issue (4.79 KB, patch)
2010-08-18 13:42 PDT, Martin Robinson
gustavo: review+
Martin Robinson
Comment 1 2010-06-22 11:03:05 PDT
Created attachment 59391 [details] Patch for this issue
Xan Lopez
Comment 2 2010-06-24 11:56:39 PDT
Comment on attachment 59391 [details] Patch for this issue As commented on jabber, relying on a dead widget to do something or other is not a good idea. We have to find other solution.
Martin Robinson
Comment 3 2010-08-18 13:42:57 PDT
Created attachment 64764 [details] Another approach to this issue
Gustavo Noronha (kov)
Comment 4 2010-08-18 13:48:16 PDT
Comment on attachment 64764 [details] Another approach to this issue This looks sane to me, please run the API tests too. Some going around in build.webkit.org would be a plus, given how fragile this code still seems to be =(
Martin Robinson
Comment 5 2010-08-18 15:45:36 PDT
WebKit Review Bot
Comment 6 2010-08-18 16:18:45 PDT
Note You need to log in before you can comment on or make changes to this bug.