HTML <HR> tag differences

Hi,


just found out a strange thing.



If I use Firefox and add a horizontal ruler <hr> from the button in the wysiwyg editor the tag is inserted as this:

    


But when using Internet Explorer i get a plain:
    



I want the plain one even when using Firefox.

Is there anyone with experiences in this and how to solve it?

[quote]Is there anyone with experiences in this and how to solve it?
[right][post=“10345”]<{POST_SNAPBACK}>[/post][/right][/quote]



I just had a quick look at the plugin itself, and this is the native Firefox behaviour, for the ‘InsertHorizontalRule’ action. Many of the plugins use the browser’s native functionality to perform operations in the WYSIWYG, and the difference between results between IE and Firefox, is the fact that each browser implements the call differently.



This change would require handling the button press using the code, rather than passing the call to the browser. Not a huge change, but if you wish this to be looked at, the ebst course of action would be to submit a feature request in the Matrix Bug Tracker.

Thanks, I've posted it.

This has been fixed in 3-8-0-branch. MySource Matrix 3.8.4 will include this fix.

Rodger, I didn't see this before I posted in the bug thread.

No, bug report was the right place. I fixed it since I saw your post there.
Cheers.