Opened 12 years ago
Closed 12 years ago
#9567 closed defect (duplicate)
BorderContainer doesn't renders properly when instantiated from inside of other widget template
Reported by: | Aleksey Rechinskiy | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi!
Please, take a look into attached test file. It creates a new widget with dojo.declare(), based on [dijit._Widget, dijit._Templated], with widgetsInTemplate:true and templateString set to a string with dijit.layout.BorderContainer? widget inside. When the widget is instatiated it is distorted and requires a call to resize() method of inner dijit.layout.BorderContainer? object instance. Try to press a button 'Call bc.resize()' to see, that after resize() instance of dijit.layout.BorderContainer? is rendered OK.
This test case also demonstrates another ticket with dijit.Tooltip, that I'm going to fill in next.
Attachments (1)
Change History (5)
Changed 12 years ago by
Attachment: | 090718 tooltips.html added |
---|
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Is this is still happening even after the fix to #9348 (on trunk)?
comment:3 Changed 12 years ago by
Hi Bill! I have just downloaded a fresh development version from the trunk, here are results:
- BorderContainer? (this ticket) now works fine and the ticket is obsolete. Thanks!
- But the Tooltip inside of second ContentPane? of the BorderContainer? (#9568) still does not work.
comment:4 Changed 12 years ago by
Milestone: | tbd → 1.4 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Fixed by #9348.
#9568 is related to the test case, showing dijit.Tooltip failure.