[Webkit-unassigned] [Bug 21385] [GTK] crash after selecting a file on an <input type=file>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 5 18:38:32 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21385
------- Comment #1 from cedricv at neonux.com 2008-10-05 18:38 PDT -------
After some more research, I've found out it crashes at line 205 of
WebCore/rendering/RenderFileUploadControl.cpp when (trying) painting the
selected file icon :
m_fileChooser->icon()->paint(paintInfo.context, IntRect(iconX, iconY,
iconWidth, iconHeight));
(and thus within IconGtk::paint() afterward)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list