Closed
Bug 651651
Opened 14 years ago
Closed 14 years ago
Fix /suite/common/directory/directory.js now that document.height has been removed
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.2
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
Attachments
(1 file)
689 bytes,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
Bug 585877 removed document.height and document.width, so need to fix venkman-views.js to use something else.
Attachment #527401 -
Flags: review?(neil)
Comment 1•14 years ago
|
||
How about?
/mailnews/base/prefs/content/accountcreation/emailWizard.js
* line 251 -- "min-width: " + document.width + "px; " +
Oh that's Bug 651750.
Summary: Fix venkman-views.js now that document.height has been removed → Fix /suite/common/directory/directory.js now that document.height has been removed
Updated•14 years ago
|
Attachment #527401 -
Flags: review?(neil) → review+
Comment 2•14 years ago
|
||
(In reply to comment #0)
> Bug 585877 removed document.height and document.width, so need to fix
> venkman-views.js to use something else.
Too much copypasta ;-)
Comment on attachment 527401 [details] [diff] [review]
Change to use clientHeight [Checked in: Comment 3]
http://hg.mozilla.org/comm-central/rev/6cfc468bd1e7
Attachment #527401 -
Attachment description: Change to use clientHeight → Change to use clientHeight [Checked in: Comment 3]
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.2a1
You need to log in
before you can comment on or make changes to this bug.
Description
•