| Summary: | AX: Unclear that user and password are autofilled, no VoiceOver version of the yellow outline. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | chris fleizach <cfleizach> | ||||||
| Component: | Accessibility | Assignee: | chris fleizach <cfleizach> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | aboxhall, apinheiro, commit-queue, dmazzoni, jcraig, jdiggs, mario, samuel_white, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | 528+ (Nightly build) | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Attachments: |
|
||||||||
|
Description
chris fleizach
2014-11-19 17:56:03 PST
Created attachment 241918 [details]
patch
Comment on attachment 241918 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=241918&action=review > Source/WebCore/accessibility/AccessibilityObject.cpp:1984 > + return downcast<HTMLInputElement>(*node).isAutofilled(); ../../Source/WebCore/accessibility/AccessibilityObject.cpp: In member function 'bool WebCore::AccessibilityObject::isValueAutofilled() const': ../../Source/WebCore/accessibility/AccessibilityObject.cpp:1984:45: error: invalid use of incomplete type 'class WebCore::HTMLInputElement' return downcast<HTMLInputElement>(*node).isAutofilled(); ^ (In reply to comment #2) > Comment on attachment 241918 [details] > patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=241918&action=review > > > Source/WebCore/accessibility/AccessibilityObject.cpp:1984 > > + return downcast<HTMLInputElement>(*node).isAutofilled(); > > ../../Source/WebCore/accessibility/AccessibilityObject.cpp: In member > function 'bool WebCore::AccessibilityObject::isValueAutofilled() const': > ../../Source/WebCore/accessibility/AccessibilityObject.cpp:1984:45: error: > invalid use of incomplete type 'class WebCore::HTMLInputElement' > return downcast<HTMLInputElement>(*node).isAutofilled(); > ^ Must be missing an #include for HTMLInputElement. Created attachment 241956 [details]
patch
I think the EFL failure is unrelated ----------- -MT Source/WebCore/CMakeFiles/WebCore.dir/rendering/RenderBlock.cpp.o -MF "Source/WebCore/CMakeFiles/WebCore.dir/rendering/RenderBlock.cpp.o.d" -o Source/WebCore/CMakeFiles/WebCore.dir/rendering/RenderBlock.cpp.o -c ../../Source/WebCore/rendering/RenderBlock.cpp c++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions. ninja: build stopped: subcommand failed. Comment on attachment 241956 [details]
patch
I agree on that the EFL error seems unrelated
Comment on attachment 241956 [details] patch Clearing flags on attachment: 241956 Committed r176481: <http://trac.webkit.org/changeset/176481> All reviewed patches have been landed. Closing bug. |