Closed GoogleCodeExporter closed 8 years ago
Does not work with IE7 either try the demo page.
Original comment by MackMack...@gmail.com
on 7 Mar 2008 at 11:54
Changing the setup of h3 (for IE) to the following fixes the problem (note the
'Heading 3' bit).
h3 : { visible : true && !( $.browser.mozilla ), className : 'h3', command :
'formatBlock', arguments : ['Heading 3'], tags : ['h3'] },
Original comment by rozz...@gmail.com
on 21 Apr 2008 at 9:53
[deleted comment]
[deleted comment]
After trying (without succes) to correct my version with previous comment I
make some
test.
It appear that the correct (and non user language dependant) solution is :
h1 : { visible : false && !( $.browser.mozilla ), className : 'h1', command :
'formatBlock', arguments : '<H1>', tags : ['h1'] },
arguments parameters receive the html tag with "<>" and as a string (not an
array
like previously)
Hope that help someone else
Original comment by ldbgl...@gmail.com
on 1 Sep 2008 at 9:33
by this solution:
1. input something
2. click on the 'X'
3. click 'H1'
There will be something wrong with the 'X' icon, because the 'H1' is applied to
'X' icon.
Original comment by min...@gmail.com
on 23 Nov 2008 at 5:06
h1 : { visible : false && !( $.browser.mozilla ), className : 'h1', command :
'formatBlock', arguments : '<H1>', tags : ['h1'] },
This changes seems to cause the H1 button to style the whole block of text, not
just the text selected. Any ideas how to fix
this?
Original comment by gpear...@gmail.com
on 30 Jul 2009 at 10:25
Some troubles still exist in IE 8.
Original comment by akzhan.a...@gmail.com
on 8 Dec 2009 at 2:21
Issue 48 has been merged into this issue.
Original comment by akzhan.a...@gmail.com
on 8 Dec 2009 at 2:31
Issue 65 has been merged into this issue.
Original comment by akzhan.a...@gmail.com
on 8 Dec 2009 at 2:33
Issue 119 has been merged into this issue.
Original comment by akzhan.a...@gmail.com
on 8 Dec 2009 at 3:10
Issue 109 has been merged into this issue.
Original comment by akzhan.a...@gmail.com
on 8 Dec 2009 at 5:45
this happens with Google Chrome too. It's sooo freaking frustrating. Like I
click 'normal paragraph text' and in the table of contents it appears as a
whole chunk of text O_O
Any idea on how to solve this?
Original comment by talisets...@gmail.com
on 25 Sep 2010 at 12:34
Original issue reported on code.google.com by
MackMack...@gmail.com
on 6 Mar 2008 at 10:36