#508 closed Bug (fixed)
Typing error in fck_othercommands.js
| Reported by: | byberg | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | Opera Compatibility |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
In http://www.fckeditor.net/nightly/fckeditor/editor/_source/commandclasses/fck_othercommands.js:
FCKRuleCommand.prototype.GetState contains a typing error:
return FCK.GetNamedCommandState( 'InsertHorizotalRule' ) ;
Is missing the "n" in "Horizontal". This makes <hr> unavailable in Opera (at least).
Change History (4)
comment:1 Changed 10 years ago by alfonsoml
comment:2 Changed 10 years ago by alfonsoml
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 10 years ago by fredck
comment:4 Changed 10 years ago by alfonsoml
Ops, sorry about that and thanks for taking care of it.
Note: See
TracTickets for help on using
tickets.

Fixed in [323].
Thank you.