xles / hyphenator

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

Cache problem #165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 I've attached a simple webpage that shows that the cache problem.

Steps to repro:

1.    unzip "Hyphenator 4.0.0.zip" into a clean directory (old pattens are fine 
for this)
2.    unzip the attached html file into the same directory
3.    start the python simple server in that directory with "python –m 
SimpleHTTPServer 8080"
4.   In Chrome, visit http://localhost:8080/cachetest.html
5.    Open the Chrome console
6.    Put a breakpoint in Hyphenator.js at the line after the comment "//the 
word is in the cache" (line 1458)
7.    Return to the main window and reload the page.
8.    The breakpoint is never hit.

Original issue reported on code.google.com by jomam...@gmail.com on 13 Sep 2012 at 9:34

Attachments:

GoogleCodeExporter commented 9 years ago
Hi

Thanks for pointing to that.
I fixed it in the trunk version.

Mathias

Original comment by mathiasn...@gmail.com on 15 Sep 2012 at 2:04