Can anyone point me to exactly where in the code a mouseover event on a toolbar button is handled?
I thought I'd found it in FCKToolbarButtonUI.ChangeState, but that doesn't seem to be it.
I'm seeing a strange firefox bug, and I've pinpointed it to a mouseover event on a toolbar button. The bug only happens when youre using an external toolbar (i.e. oFCKeditor.Config[ "ToolbarLocation" ] = "Out:xToolbar";), and when that toolbarset includes a 'Style' combobox. The bug is: mousing over a toolbar button causes the firefox throbber to start spinning, as if its fetching a url, only it doesn't fetch anything, and spins forever. It happens on any toobar button, as long as there's a style combo box there. If you remove the combobox, mouse over buttons works fine. I'm trying to debug it in Venkman, setting breakpoints all over the place, but still not catching the event!
Thanks,
Marc
I thought I'd found it in FCKToolbarButtonUI.ChangeState, but that doesn't seem to be it.
I'm seeing a strange firefox bug, and I've pinpointed it to a mouseover event on a toolbar button. The bug only happens when youre using an external toolbar (i.e. oFCKeditor.Config[ "ToolbarLocation" ] = "Out:xToolbar";), and when that toolbarset includes a 'Style' combobox. The bug is: mousing over a toolbar button causes the firefox throbber to start spinning, as if its fetching a url, only it doesn't fetch anything, and spins forever. It happens on any toobar button, as long as there's a style combo box there. If you remove the combobox, mouse over buttons works fine. I'm trying to debug it in Venkman, setting breakpoints all over the place, but still not catching the event!
Thanks,
Marc