qooxdoo / qooxdoo

qooxdoo - Universal JavaScript Framework
http://qooxdoo.org
Other
769 stars 262 forks source link

Cannot deactivate font styles at beginning of new line (BZ#3549) #3662

Closed qx-bug-importer closed 8 years ago

qx-bug-importer commented 14 years ago

Matthias Braun (matthias.braun) wrote:

Also seen in the demo implementation: http://demo.qooxdoo.org/contrib/HtmlArea/trunk/demo/default/index.html

How to reproduce it:

  1. apply a font style (e.g. bold)
  2. type some characters
  3. press enter to begin a new line
  4. revert the font style (e.g. press the bold button again)
  5. type => the font style is still applied

It's only broken from active to inactive. If bold style is inactive and you click the bold button in a new line, the characters you type are bold.

assigned to Alexander Steitz (@asteitz)

qx-bug-importer commented 14 years ago

Alexander Steitz (@asteitz) wrote:

only Firefox browsers are affected

qx-bug-importer commented 14 years ago

Alexander Steitz (@asteitz) wrote:

* BZ#2977 has been marked as a duplicate of this bug. *

qx-bug-importer commented 14 years ago

Alexander Steitz (@asteitz) wrote:

accepting

qx-bug-importer commented 14 years ago

Alexander Steitz (@asteitz) wrote:

Fixed this bug with revision #23068 at both trunk and 1.2.x branch.

Added a check for gecko browser for command execution (bold, italic, underline, strike-through) at the beginning of a new line. If the check is successful the present formatting is removed manually.

Matthias Please verify this bugfix.

qx-bug-importer commented 14 years ago

Andreas Ecker (@ecker) wrote:

mass retargeting to 1.2.2 due to intermediate 1.2.1 release