Closed
Bug 298355
Opened 20 years ago
Closed 20 years ago
need to make views shrinkable
Categories
(Calendar :: Lightning Only, defect)
Calendar
Lightning Only
Tracking
(Not tracked)
RESOLVED
FIXED
Lightning 0.1
People
(Reporter: shaver, Assigned: vlad)
References
Details
Attachments
(1 file)
|
7.72 KB,
patch
|
shaver
:
first-review+
|
Details | Diff | Splinter Review |
XUL sucks, and then you die.
| Reporter | ||
Updated•20 years ago
|
Blocks: lightning-0.1
| Assignee | ||
Comment 1•20 years ago
|
||
patch. it's ugly visually, but at least it shrinks.
Attachment #186949 -
Flags: first-review?(shaver)
| Reporter | ||
Comment 2•20 years ago
|
||
Comment on attachment 186949 [details] [diff] [review] calendar-shrink.patch >+ if (self.mLastSize > size) { >+ self.pixelsPerMinute = 0.01; >+ self.mLastSize = size; >+ if (!self.mTimeoutScheduled) >+ setTimeout(self.onResize, 0, self); >+ return; >+ } else { >+ self.mLastSize = size; >+ } else-after-return, pls remove. r=shaver
Attachment #186949 -
Flags: first-review?(shaver) → first-review+
| Assignee | ||
Comment 3•20 years ago
|
||
fixored
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Target Milestone: --- → Lightning 0.8
Updated•19 years ago
|
QA Contact: shaver → lightning
You need to log in
before you can comment on or make changes to this bug.
Description
•