! backport some SCeditor 1.4 fixes to 1.3.7 - #222
Conversation
! Fix bug when pasting from Word ! Fixed bug causing scrollbar to change when inserting BBCode in source mode ! Fixed bug causing cursor position to be lost in FF when getting the editors value Signed-off-by: Spuds <spuds@simplemachines.org>
|
Thank you! By the looks of it, there may be some work at every update. |
|
Most likely yes ... Updates/fixes are only going in to the new 1.4 branch with is still under development. Depending on when that goes final we can discuss if its right update 2.1 to the latest level or leave things alone. Right now I'm thinking of waiting until the 1.4.1 branch is out which is supposed to provide a way to add events to the editor ... now what we have to do for this is ... well kind of ugly. |
Nothing new, I coded it! :P |
! backport some SCeditor 1.4 fixes to 1.3.7
Nah, that one is really the editors issue ... having to dig down to find the iframe which misbehaves anyway, is the ugly part ;) Good enough for now, but when the editor itself supports event notifications things will be better (I hope) |
Second group of tokens: the .button family, which the quickbuttons and the inline moderation checkbox share the same rules with. Normal, hover, focus and active states, plus the border, radius, shadow, cursor, font size, text transform and the text shadow the active button carries. As with the first group, every value is the one the rule already had, so nothing changes on screen. The two hard-coded values left in these rules are deliberate: .pagesection .button uses the body link colour rather than a button colour, and the #222 in the shared hover rule only ever reaches the quickbuttons, because the very next rule overrides it for .button. Neither has an honest name in this vocabulary yet. Verified two ways. Each of the nineteen tokens resolves to exactly the literal it replaced, read back from :root in the browser. Then computed styles for eleven button variants - plain, active, quickbutton, inline mod check, first and last in a buttonrow, inside a cat_bar, smalltext, and the three of those that can hold focus - across twenty properties. 220 comparisons, no differences. Signed-off-by: albertlast <mathiaspapealbert@hotmail.com>
! Fix bug when pasting from Word
! Fixed bug causing scrollbar to change when inserting BBCode in source mode
! Fixed bug causing cursor position to be lost in FF when getting the editors value
Signed-off-by: Spuds spuds@simplemachines.org