Ticket #508 (closed Bug: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by alfonsoml

Fixed in [323].

Thank you.

Changed 2 years ago by alfonsoml

  • status changed from new to closed
  • resolution set to fixed

Changed 2 years ago by fredck

Hey Alfonso... it seams that something haven't been saved there. [323] didn't fixed it. I would recommend you to always check the ToirtoiseSVN merge diffs when committing. Just double click in the file names in the commit dialog.

I've just fixed it with [324].

Changed 2 years ago by alfonsoml

Ops, sorry about that and thanks for taking care of it.

Note: See TracTickets for help on using tickets.