karthick2014 / jwysiwyg

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

Heading format does not work with IE6 #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Write text
2. Select piece of text
3. Format with H1,H2,H3

What is the expected output? What do you see instead?
It should format the text. Nothing happens.

What version of the product are you using? On what operating system?
0.1 with Internet Explorer 6

Please provide any additional information below.

Original issue reported on code.google.com by MackMack...@gmail.com on 6 Mar 2008 at 10:36

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
 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

GoogleCodeExporter commented 8 years ago
Some troubles still exist in IE 8.

Original comment by akzhan.a...@gmail.com on 8 Dec 2009 at 2:21

GoogleCodeExporter commented 8 years ago
Issue 48 has been merged into this issue.

Original comment by akzhan.a...@gmail.com on 8 Dec 2009 at 2:31

GoogleCodeExporter commented 8 years ago
Issue 65 has been merged into this issue.

Original comment by akzhan.a...@gmail.com on 8 Dec 2009 at 2:33

GoogleCodeExporter commented 8 years ago
Issue 119 has been merged into this issue.

Original comment by akzhan.a...@gmail.com on 8 Dec 2009 at 3:10

GoogleCodeExporter commented 8 years ago
Issue 109 has been merged into this issue.

Original comment by akzhan.a...@gmail.com on 8 Dec 2009 at 5:45

GoogleCodeExporter commented 8 years ago
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