You are not logged in.
Pages: 1
what can we do about this ticket?
http://xinha.python-hosting.com/ticket/93
...its an annoying bug!
for me the fix worked...
but there sure is a reason why updateToolbar gets called...
Niko
Offline
with actual code when xinha is started, the button "justifyleft" is clicked.
When I remove the code as described in ticket #93, no buttons are clicked, it waits for the user input to update it.
I think it's related to the commented line a bit above in htmlarea.js
// editor.focusEditor();
after editor gets focus, updateToobar probably get called to have icons clicked in relation with content. Sounds logical.
Fix in #93 works fine for me too.
Last edited by mokhet (2005-04-05 10:18:08)
Offline
you are right... the justifyleft should be clicked...
but editor.focusEditor doesn't help!
but it helps if i set the timeOut higher!
but there must be a better solution
Niko
Offline
Pages: 1