Ticket #2527706 (closed defect)
Reporter Dav Glass |
Opened: 02/19/09 Last modified: 09/14/09 Status: closed Type: defect Resolution: fixed |
Owner Dav Glass |
Target Release: 2.8.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Can't set maxHeight/maxWidth after creation | ||
| Description: | It seems that the maxHeight/maxWidth only get's set one time when the Unit is created, calling: unit.set('maxHeight', 100) doesn't do anything useful A workaround is to set the maxHeight on the unit's resize instance: unit._resize.set('maxHeight', 100) |
||
| Type: | defect | Observed in Version: | 2.6.0 |
| Component: | Layout Manager | Severity: | S3 (normal) |
| Assigned To: | Dav Glass | Target Release: | 2.8.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | All | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 02/19/09
|
|
Posted: 06/26/09
|
|
Posted: 06/26/09
|
|
Posted: 07/13/09
fixes #2527706 - Added passthru call to _resize for max/minHeight/Width |
|
Posted: 09/14/09
2.8.0 has been released. All "checkedin" items are available for download in the official release. Status of "checkedin" items is being set to closed. |


Ticket #2527982 was marked as a duplicate of this ticket.