I'm trying to understand how the selection works in gecko to make it work nicely and be able to apply styles, and whatever.
Meanwhile I've found that the call to customize the styles combo is disabled for gecko stating that it blocks Gecko.
I've tried removing the if (!gecko) and it works fine for me with Firefox 1.5RC1
The code is line 42 of \classes\fcktoolbarstylecombo.js
I've commented if ( ! FCKBrowserInfo.IsGecko )
and then make some little tests and now the combo only shows the items that apply to the current selection.
Can somebody else check if this indeed works with latest firefox?
if this is true the the check could be changed to one that checks if the browser is Gecko AND the version is <1.5
Meanwhile I've found that the call to customize the styles combo is disabled for gecko stating that it blocks Gecko.
I've tried removing the if (!gecko) and it works fine for me with Firefox 1.5RC1
The code is line 42 of \classes\fcktoolbarstylecombo.js
I've commented if ( ! FCKBrowserInfo.IsGecko )
and then make some little tests and now the combo only shows the items that apply to the current selection.
Can somebody else check if this indeed works with latest firefox?
if this is true the the check could be changed to one that checks if the browser is Gecko AND the version is <1.5