[Webkit-unassigned] [Bug 31721] Using jQuery to show/hide IMG elements crashes WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 24 22:45:15 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=31721





--- Comment #37 from Mihnea Ovidenie <mihnea at adobe.com>  2011-05-24 22:45:14 PST ---
(In reply to comment #36)
> (In reply to comment #35)
> > (From update of attachment 94319 [details] [details])
> > Why not add this guard to caller side? Pasteboard method already has so many code duplication between ports.
> > I don't want more.
> 
> yeah, but code duplication in pasteboard is unavoidable. If it is designed that way we just have to live with it or change design

Did you miss an assertion on  the Gtk port for:
ASSERT(node->renderer()->isImage());

>From that code alone, it appears so.  This is why i like the above comment from Morita. Pasteboard needs some refactoring and this bug may be a good start in this direction.

Mihnea

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list