Closed
Bug 1066
Opened 26 years ago
Closed 26 years ago
form element incorrect width
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
WONTFIX
M6
People
(Reporter: buster, Assigned: karnaze)
References
()
Details
the 2 edit controls in the middle of the page are too wide.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Assignee: karnaze → peterl
Status: ASSIGNED → NEW
Assignee | ||
Comment 1•26 years ago
|
||
The input elements have different fonts in Nav and NGLayout, which accounts for
the big differences in their widths. The document has a nested font which may
be causing this. Peter can decide if it is a bug in NGLayout or Nav.
Updated•26 years ago
|
Assignee: peterl → karnaze
Comment 2•26 years ago
|
||
The fonts are different because the document has a <LINK>'d CSS style sheet
which Nav ignores. We are sizing the textareas exactly like Nav would if it
applied the font face.
I think this is a no-win situation, the only way we'll match Nav is to break
more of CSS in "Nav Quirk" mode. Amususingly enough, it works better in
"Standard" mode than in "Nav Quirk" mode. Also, IE 4.0 ignores the linked style
too.
The best answer here is probably having the author fix their page...
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 4•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M6
Assignee | ||
Comment 5•26 years ago
|
||
moving to M6
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 6•26 years ago
|
||
The text fields are just a little wider in NavQuirks mode. Based on this and
Peter's comments, I'm closing this.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/webmaker.org
https://github.com/mozilla/webmaker.org/commit/9d49325f771594fc55c16d46ef7bbb6fdb013537
Issue #1066 - Add missing strings
There are few missing strings which causes grunt validate to complain
This patch making sure we don't have any missing strings in the locale file.
To test this simply run `node app.js` and visit badge page and browse around to see
if we have any weird strings being display.
https://github.com/mozilla/webmaker.org/commit/2b02b9447a4a579596fc4396c0c5584848b536f4
Merge pull request #1078 from alicoding/issue1066-missing-strings
Issue #1066 - Add missing strings
Comment 8•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/webmaker.org
https://github.com/mozilla/webmaker.org/commit/7a0f294aa1d330ec7502f41a8d3acc7eabbc3a9f
issue #1066 - remove unused strings
You need to log in
before you can comment on or make changes to this bug.
Description
•