karthick2014 / jwysiwyg

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

H[1,2,3] does not style in Safari 3.1.2, Mac OS 10.5 #65

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?
The H[1,2,3] should style/change

What version of the product are you using? On what operating system?
Safari 3.1.2, Mac OS 10.5

Please provide any additional information below.

Original issue reported on code.google.com by cle...@gmail.com on 23 Nov 2008 at 5:46

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
            h1safari : { visible : true && ( $.browser.safari ), className : 'h1', command : 'formatBlock', arguments : ['h1'], tags : ['h1'] },
            h2safari : { visible : true && ( $.browser.safari ), className : 'h2', command : 'formatBlock', arguments : ['h2'], tags : ['h2'] },
            h3safari : { visible : true && ( $.browser.safari ), className : 'h3', command : 'formatBlock', arguments : ['h3'], tags : ['h3'] },

Original comment by gpear...@gmail.com on 30 Jul 2009 at 11:03

GoogleCodeExporter commented 8 years ago
That fixes it. Thanks.

Original comment by tscha...@googlemail.com on 30 Jul 2009 at 2:45

GoogleCodeExporter commented 8 years ago
fixed.

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