Bug 145579 - AutoFill button should not be shown in read-only or disabled field
Summary: AutoFill button should not be shown in read-only or disabled field
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-06-02 17:03 PDT by Daniel Bates
Modified: 2015-06-03 15:31 PDT (History)
4 users (show)

See Also:


Attachments
Patch and layout tests (79.90 KB, patch)
2015-06-02 17:13 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2015-06-02 17:03:03 PDT
Currently we should the AutoFill button in a read-only field. There is little to no value in showing the AutoFill button in such field. We should not show it.
Comment 1 Radar WebKit Bug Importer 2015-06-02 17:03:59 PDT
<rdar://problem/21212494>
Comment 2 Daniel Bates 2015-06-02 17:13:06 PDT
Created attachment 254124 [details]
Patch and layout tests
Comment 3 Daniel Bates 2015-06-03 13:45:19 PDT
Comment on attachment 254124 [details]
Patch and layout tests

Clearing flags on attachment: 254124

Committed r185166: <http://trac.webkit.org/changeset/185166>
Comment 4 Daniel Bates 2015-06-03 13:45:22 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Daniel Bates 2015-06-03 15:31:04 PDT
Reverted inadvertent change to Windows expected result for test fast/forms/auto-fill-button/input-auto-fill-button.html and committed fix in <http://trac.webkit.org/changeset/185171>.