Bug 31560

Summary: [Qt] Failing LayoutTests/editing/deleting/5408255.html
Product: WebKit Reporter: Chang Shu <cshu>
Component: WebKit QtAssignee: Chang Shu <cshu>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kent.hansen
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 5578    
Attachments:
Description Flags
fix patch
none
fix patch none

Description Chang Shu 2009-11-16 10:42:59 PST
Run the following layout test on Qt platform and it fails.
LayoutTests/editing/deleting/5408255.html

The root cause of the failure is missing deleteButton image support.
Comment 1 Chang Shu 2009-11-16 18:30:52 PST
Created attachment 43336 [details]
fix patch
Comment 2 Eric Seidel (no email) 2009-11-18 15:39:02 PST
Comment on attachment 43336 [details]
fix patch

LGTM.
Comment 3 WebKit Commit Bot 2009-11-18 16:35:12 PST
Comment on attachment 43336 [details]
fix patch

Clearing flags on attachment: 43336

Committed r51154: <http://trac.webkit.org/changeset/51154>
Comment 4 WebKit Commit Bot 2009-11-18 16:35:18 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Kent Hansen 2010-03-22 09:14:21 PDT
(In reply to comment #1)
> Created an attachment (id=43336) [details]
> fix patch

Hi,
Since this adds public API, you should add documentation for the DeleteButtonGraphic value. A "\value DeleteButtonGraphic" line under "\enum QWebSettings::WebGraphic" in qwebsettings.cpp, with an appropriate description, is sufficient.
Thanks!
Comment 6 Chang Shu 2010-03-22 11:31:50 PDT
Reopen for adding documentation.
Comment 7 Chang Shu 2010-03-22 11:33:30 PDT
Created attachment 51315 [details]
fix patch

Thanks for the comment, Kent. This patch takes care of the documentation.
Comment 8 Simon Hausmann 2010-03-22 14:42:10 PDT
Comment on attachment 51315 [details]
fix patch


r+, but feel free to elaborate a bit more where this is used. Users will ask: "What's a delete button?"
Comment 9 Chang Shu 2010-03-25 06:45:30 PDT
Manually committed the patch after adding more descriptions as suggested by Simon.
Committed revision 56537.