Ticket #327 (closed defect: wontfix)

Opened 8 years ago

Last modified 8 years ago

hitting enter in firefox causes double spacing

Reported by: anonymous Owned by: gogo
Priority: highest Milestone:
Component: Xinha Core Version:
Severity: normal Keywords: enterparagraph enter paragraphs
Cc:

Description

This is the old problem we had with IE not working correctly with enterparagraphs. If you go to the nightly example, hit enter in firefox after any line you see you get double spacing. It makes formatting almost impossible using enter. This used to work, but now is broken.

Change History

Changed 8 years ago by willeffects

revision 172 it works. revision 173 it breaks.

Changed 8 years ago by anonymous

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

Changed 8 years ago by gogo

  • status changed from closed to reopened
  • resolution deleted

Some moron closed this.

Changed 8 years ago by gocher

Hit enter set new paragraph, hit shift enter inserts <br /> in IE and Mozilla ! I think that's ok.

Changed 8 years ago by anonymous

  • status changed from reopened to closed
  • resolution set to wontfix

I closed this because you can fix this by changing line 212:

this.mozParaHandler = 'built-in';

  this.mozParaHandler = 'built-in'; // set to 'built-in', 'dirty' or 'best'
                                // built-in: will (may) use 'br' instead of 'p' tags
                                // dirty   : will use p and work good enough for the majority of cases,
                                // best    : works the best, but it's about 12kb worth of javascript
                                //   and will probably be slower than 'dirty'.  This is the "EnterParagraphs"
                                //   plugin from "hipikat", rolled in to be part of the core code
Note: See TracTickets for help on using tickets.