Closed Bug 1066 Opened 26 years ago Closed 26 years ago

form element incorrect width

Categories

(Core :: Layout, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED WONTFIX

People

(Reporter: buster, Assigned: karnaze)

References

()

Details

the 2 edit controls in the middle of the page are too wide.
Status: NEW → ASSIGNED
Assignee: karnaze → peterl
Status: ASSIGNED → NEW
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.
Assignee: peterl → karnaze
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...
Status: NEW → ASSIGNED
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Target Milestone: M4 → M6
moving to M6
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
The text fields are just a little wider in NavQuirks mode. Based on this and Peter's comments, I'm closing this.
Status: RESOLVED → VERIFIED
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
You need to log in before you can comment on or make changes to this bug.