Opened 15 years ago
Closed 14 years ago
#1039 closed defect (fixed)
ResizableTexarea fails to set its dimensions correctly when initializing in hidden elements
Reported by: | guest | Owned by: | koranteng |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.3 |
Keywords: | ResizableTexarea | Cc: | |
Blocked By: | Blocking: |
Description
See here for an example and explanation: http://www.sam-i-am.com/work/sandbox/dojo/tests/widget/test_resizableTaInHiddenDiv.html
When the containing element is not displayed when the ResizableTextarea? is setting up, the textareaContainerNode and the statusBarContainerNode get 0 width/height values. It should probably wait until the container is shown before attempting to set this?
Change History (4)
comment:1 Changed 14 years ago by
Owner: | changed from anonymous to Bryan Forbes |
---|
comment:2 Changed 14 years ago by
Milestone: | 0.4 → 0.5 |
---|
comment:3 Changed 14 years ago by
Owner: | changed from Bryan Forbes to koranteng |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [7347]) Fixes #1039. Patch from Koranteng (IBM, CCLA on file)