11-06-2012, 01:40 AM
(10-16-2012, 12:59 PM)Previous Wrote: Looks like Mozilla is back at doing a great job, yes.
Chrome and Opera still do it, looks like they messed up something in Firefox again.
myBB on the topic: possible quick-fix. WIth the amount of themes we have that may be quite some work to change in each of them.
Their bug report page on this issue.
Okay so apparently Firefox (and Opera too possibly) added some "MicroData" whatever API stuff that effects JavaScript in a way that a "itemType" property used by myBB is now an actual thing of something else and not something you can use freely, thus code is misinterpreted.
(in editor.js, all "itemType" occurences would need a new name, basically.)
Firefox implements the MicroData API which adds new properties to the JavaScript DOM so some new HTML5 features can be used. One of them is "itemType" and the myBB coders named one of their own, custom properties "itemType" which is why it does not work any more. Thus, each "itemType" within editor.js should be replaced with something like "data-itemType". *shrug*