Closed
Bug 755097
Opened 13 years ago
Closed 12 years ago
Layout issue when creating a word press account
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wbowden, Unassigned)
References
()
Details
(Whiteboard: [Engagement][User Engagement])
Web page or screen you were on when you saw the issue:
www.wordpress.com
Steps to reproduce:
1. Clicked create account
2. tried to enter in a username / password
3.
What you expected:
The input boxes are much smaller than what I see on my iPhone. Layout issue.
Crash report ID (if applicable):
Comment 1•13 years ago
|
||
It's probably the WebKit styled fieldset they are using that is making things difficult:
-webkit-margin-start: 2px;
-webkit-margin-end: 2px;
-webkit-padding-before: 0.35em;
-webkit-padding-start: 0.75em;
-webkit-padding-end: 0.75em;
-webkit-padding-after: 0.625em;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
-webkit-text-security: disc;
They should use standardized prefixes.
Component: General → Evangelism
OS: Mac OS X → Android
QA Contact: general → evangelism
Hardware: x86 → ARM
Updated•13 years ago
|
Whiteboard: [Engagement] → [Engagement][User Engagement]
Updated•13 years ago
|
Component: Evangelism → Mobile
Product: Firefox for Android → Tech Evangelism
Version: Trunk → unspecified
Comment 2•12 years ago
|
||
Still an issue? Couldn't see much difference between Firefox Android and the webkit-based Android browser right now.
Comment 3•12 years ago
|
||
Works for me (last time I looked at it) and no counter-feedback. Feel free to re-open if it still happens.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
| Assignee | ||
Updated•2 years ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•