[webkit-qt] jsMath behavior different on win vs. linux

Carter, Nathan NCARTER at bentley.edu
Sun Apr 11 19:13:45 PDT 2010


Well, the problem is that our software is large and intricate, and I don't have a two-or-three-files-sized example I could send.  I've got a giant subversion repository you can check out if you like. :)

But I'm glad to hear that you speak jsMath!  That enables me to tell you more specifically the behavior differences I'm seeing.  I call jsMath like this.

	jsMath.Process( a certain div in my page );
	jsMath.Synchronize( "code that informs my UI that jsMath is done" );

On Ubuntu and Mac OS X, the synchronization works.  On Windows, the synchronization function never gets called, and so my UI thinks jsMath is always pending, never complete.  This mucks up subsequent decisions my UI makes, of course.

Nathan

PS: If you like, I can send you a screencast of a LaTeX editor built in QtWebkit!



On Apr 11, 2010, at 10:03 PM, Ariya Hidayat wrote:

> Do you have specific examples? That'll definitely help to troubleshoot
> the problem and to find the solution.
> 
> 
> PS: I am also a fan of jsMath-in-QWebView :)
> 
> 
> -- 
> Ariya Hidayat
> http://www.linkedin.com/in/ariyahidayat



More information about the webkit-qt mailing list