-
The registered onClose event is not called in all cases. In the attached file an onClose event listener is registered before opening a dialog by calling doModal/doHighlight. If pressing the x in the upper right corner the event is called - fine.
But if closing the dialog via a button (onClick = win.onClose()) the event is not called at all. Is this is a bug or is calling win.onClose() not...
2010-01-07 10:08:49 UTC by haddorp
-
Maybe the problem is related to "FCKEditor only", at least it shows the defect.
To reproduce the problem, you can use ZKDemo:
- Create folder /WEB-INF/classes/web/test
- Put a customized fckconfig.js into this directory
- Call ZKDemo -> Wysiwyg -> View Source
- Change customConfigurationsPath="~./test/fckconfig.js"
Running with ZK 3.6, the custom config is picked up, in ZK5 the...
2010-01-07 09:28:28 UTC by mjablonski
-
Fixed time: 2009/12/30.
2010-01-07 07:59:09 UTC by samchuang
-
Ready since 1/7
--
Refer to EventQueue's javadoc and my upcoming blog for details.
2010-01-07 07:49:07 UTC by tomyeh
-
Currently, the listener must be invoked in the current execution. Thus, if a listener takes long to execute, the user has to wait until it completes.
It is suggested to introduce the concept of asynchronous listeners such that asynchronous listeners are executed in a working thread (such that the user can access the desktop simultaneously)
2010-01-07 03:36:01 UTC by tomyeh
-
Fixed since Jan. 7.
2010-01-07 02:47:58 UTC by jumperchen
-
Dear Dave, we thought they both are browser issues, that's decided by how the browser do when shift-click and ctrl-click, not happend only in zk, but also pure html, so we can't fixed it.
I had a sample.html for this, you can try it.
2010-01-07 02:24:37 UTC by joy0122
-
Fixed since Jan 7.
2010-01-07 02:20:01 UTC by jimmyshiau
-
Fixed since Jan. 7.
2010-01-07 02:06:57 UTC by jumperchen
-
Thia is my test code
The comboitems list does not close if I click twice quickly on the combobox triangle.
because it still sets the flag when animating of the comboitems list isn,t end,
2010-01-07 01:52:44 UTC by jimmyshiau