karthick2014 / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

Ordered unordered list bug in INternet Explorer #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
IE7/IE6

first scenario

press ordered or unordered list icon
introduce a text and press enter
in the second row not appear the ordered list number or undordered list bullet.

second scenario
tast 3 or more rows in textarea
select this rows and press oredered or unordered list icon
The numer/bullet appear just in first row.

In safarri and firefox works fine.

Original issue reported on code.google.com by glor...@gmail.com on 21 Nov 2008 at 10:30

Attachments:

GoogleCodeExporter commented 8 years ago
cancel the keydown event around line 475 can fix this problem :)

Original comment by min...@gmail.com on 23 Nov 2008 at 4:56

GoogleCodeExporter commented 8 years ago
Is there an example on how to fix this?  This still seems to be a problem/bug?

Original comment by david.lo...@gmail.com on 17 Sep 2009 at 1:53

GoogleCodeExporter commented 8 years ago
Commenting out lines 493-501 on  jQuery plugin 0.5 worked for me as per mindon 
original 
comment.
Thanks

Original comment by shwain...@gmail.com on 1 Oct 2009 at 3:08

GoogleCodeExporter commented 8 years ago
anyone gat a fix that doesn't disable the br line break behaviour?

Original comment by fun...@gmail.com on 24 Feb 2010 at 4:46

GoogleCodeExporter commented 8 years ago
Any news on this?

Original comment by williams...@googlemail.com on 23 Jul 2010 at 5:09

GoogleCodeExporter commented 8 years ago
upvote https://github.com/akzhan/jwysiwyg/issues#issue/81 !

Original comment by fun...@gmail.com on 25 Jan 2011 at 3:31

GoogleCodeExporter commented 8 years ago
facing the same issue.... any suggestions

Original comment by viplav.g...@gmail.com on 9 Jan 2012 at 11:13

GoogleCodeExporter commented 8 years ago
i have make simulation for this issue, try dont click on number/order list 
first but type your text and press enter for next, at last you block your text 
and then click on number/order list..it works for me

Original comment by pegasus....@gmail.com on 11 Jan 2013 at 2:54

GoogleCodeExporter commented 8 years ago
https://github.com/jwysiwyg/jwysiwyg/issues/81

Original comment by fun...@gmail.com on 11 Jan 2013 at 10:15

GoogleCodeExporter commented 8 years ago
Hi. 
I had the same issue in IE8 and IE9. In my case, I solved the problem setting 
"brIE" option to false.

Original comment by mascaren...@gmail.com on 5 Jun 2013 at 10:09