xles / hyphenator

Automatically exported from code.google.com/p/hyphenator
GNU General Public License v3.0
0 stars 0 forks source link

Htphenator.js not working on firefox Windows XP version #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
am'I missing something ? 

What steps will reproduce the problem?
1. evertything works well under linux or my Mac Os X 
2. on Windows XP no error is thrown on browser console or firebug. And page 
displays without hyphenation.
3. i tested without success on Windows XP with Firefox 3.6, Firefox 4 and 
latest Safari the page 
http://hyphenator.googlecode.com/svn/tags/Version%203.3.0/WorkingExample.html 

What is the expected output? What do you see instead?
hiphenation is on but displays as it was off. 

What version of the product are you using? On what operating system?
issue is visible on Windows XP Pro SP3 wathever Firefox version nor Safari for 
windows is, javascript is enabled. 

Please provide any additional information below.
please help i'm looking for a universal hyphenation solution ...

Original issue reported on code.google.com by gokce%as...@gtempaccount.com on 15 Jun 2011 at 7:39

GoogleCodeExporter commented 9 years ago
sorry the example in 3 works but my site under dev is not : 
http://85.105.12.197/

i don't understand why? my site is a RoR Application (Ruby on Rails) 
hyphenator works from Mac Os X on all Firefox and Safari versions but not on 
Windows XP and same browsers ??? that's weird...

Original comment by gokce%as...@gtempaccount.com on 15 Jun 2011 at 7:45

GoogleCodeExporter commented 9 years ago
Hi

Looks like there's some corrupted pattern file in the DOM Storage.
Either clear DOMStorage in Firefox  
(https://developer.mozilla.org/en/dom/storage#section_8) and the reload.
Or disable DOMStorage in Hyphenator.js 
(http://code.google.com/p/hyphenator/wiki/en_PublicAPI#property_storagetype)

Regards,
Mathias

Original comment by mathiasn...@gmail.com on 15 Jun 2011 at 8:27

GoogleCodeExporter commented 9 years ago
Hi Mathias thanks for your reply, 

but your solution didn't resolved the issue, @work on windows XP and firefox 
i'm still unable to hyphenate, and @home it works like a charm. Can someone 
check my site under construction http://www.mgk-medya.com (note: this is a 
temporary link) 

Kind Regards. 

Gokce.

Original comment by gokce%as...@gtempaccount.com on 17 Jun 2011 at 12:28

GoogleCodeExporter commented 9 years ago
As noted in 
http://code.google.com/p/hyphenator/wiki/en_HowToUseHyphenator#Step_by_Step_(adv
anced) you have to invoke the script (after) loading it.
On the linked page public.js (with Hyphenator.run()) comes before Hyphenator.js
So rearrange your script tags.

Original comment by mathiasn...@gmail.com on 19 Jun 2011 at 6:33

GoogleCodeExporter commented 9 years ago
Hi Mathias,
i finally succeed making it work on firefox, it noticed that i forgot including 
the required language pattern file in the header now that i can see it is 
working in firefox, what could be wrong with safari ? because Safari on Mac Os 
X is not working...

Original comment by gokce%as...@gtempaccount.com on 19 Jun 2011 at 7:56

GoogleCodeExporter commented 9 years ago
you can close this issue everything is working well now. for safari i had to 
add the option : remoteloading:false

Thanks a lot for yur help. 

Kind Regards.

Gokce

Original comment by gokce%as...@gtempaccount.com on 19 Jun 2011 at 8:12

GoogleCodeExporter commented 9 years ago
Thanks

Original comment by mathiasn...@gmail.com on 21 Jun 2011 at 3:38