Custom Query (18300 matches)
Results (205 - 207 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#290 | fixed | onunload doesn't work with connect | ||
Description |
From mailing list post: i specify my page unload as follows: dojo.event.connect(window, "onunload", function (){myUnload();}); but when the page unloads, i get the runtime error: "function "__1" does not exist on "[object]"" i guess it's complaining about 'window' but why? any thoughts? |
|||
#292 | fixed | dojo.transport needs to be optional | ||
Description |
|
|||
#293 | fixed | Drag and Drop problem with parent containers. | ||
Description |
When calculating the position of a drag object, some objects typically return their position relative to their parent. In some cases, such as with <ul> and <li> the <li>'s position is relative to the body, or at least the <ul>'s parent. This simple case in there now satisfies all of the tests, but doesn't solve all cases. The EditorTree? widget that is being developed demonstrates this behavior. Currently available at http://test.country-info.ru/dojo/my/test_Tree_2.html or seel algo on #dojo. |
Note: See TracQuery
for help on using queries.