fzxs8 / chmsee

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

the image with a broken URL can't correct display #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
testcase in:
http://code.google.com/p/pkg-newedit/source/browse/testcase/bug2.chm

the image in Section 1.3 does not work.

reason:
";" is not a valid char for URL.

Original issue reported on code.google.com by lidaob...@gmail.com on 13 Jan 2009 at 9:17

GoogleCodeExporter commented 9 years ago
From: http://www.mozilla.org/unix/gtk-embedding.html#catch_loads

 Is there a way for me to catch the load of images and other resources in a document?

This question is asked because you might be rendering some content where the 
images
or other multimedia resources in a document might be taken from some other 
resource
that Mozilla doesn't know how to get. The theory is that you want to be able to 
do
this without writing an entire protocol handler and be able to get the data 
into the
document handler for that media type via the embedding interface or some kind of
callback.

Mozilla's architecture doesn't allow for this yet but there are bugs to be able 
to
add this functionality. [ insert bug #s here. ] 

Original comment by lidaob...@gmail.com on 13 Jan 2009 at 1:04

GoogleCodeExporter commented 9 years ago
fxied in http://github.com/lidaobing/chmsee/commit/ed0f6e63

Original comment by lidaob...@gmail.com on 17 Jan 2009 at 8:14

GoogleCodeExporter commented 9 years ago

Original comment by lidaob...@gmail.com on 14 Mar 2009 at 12:33

GoogleCodeExporter commented 9 years ago
fixed in
http://github.com/lidaobing/chmsee/commit/ed0f6e63a9f954e0c3803a7cc2dff13f5acd0e
0e

Original comment by lidaob...@gmail.com on 12 Apr 2009 at 7:41

GoogleCodeExporter commented 9 years ago
Issue 27 has been merged into this issue.

Original comment by lidaob...@gmail.com on 13 Apr 2009 at 7:41