WebKit Bugzilla
Attachment 358192 Details for
Bug 193084
: [iOS] REGRESSION (r239441): Tab cycling to offscreen <select> may not scroll it into view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Test
1.html (text/html), 352 bytes, created by
Daniel Bates
on 2019-01-02 11:35:06 PST
(
hide
)
Description:
Test
Filename:
MIME Type:
Creator:
Daniel Bates
Created:
2019-01-02 11:35:06 PST
Size:
352 bytes
patch
obsolete
><!DOCTYPE html> ><html> ><body> ><input type="text"> ><div style="height: 1024px"></div> ><select> ><option>First</option> ><option>Second</option> ></select> ><select> ><option>Third</option> ><option>Fourth</option> ></select> ><div style="height: 1024px"></div> ><select> ><option>Fifth</option> ><option>Sixth</option> ></select> ><input type="text"> ></body> ></html>
<!DOCTYPE html> <html> <body> <input type="text"> <div style="height: 1024px"></div> <select> <option>First</option> <option>Second</option> </select> <select> <option>Third</option> <option>Fourth</option> </select> <div style="height: 1024px"></div> <select> <option>Fifth</option> <option>Sixth</option> </select> <input type="text"> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 193084
: 358192 |
358231