Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-04-10 Thread Kris Meen
Okay, thank you. On Sunday, April 6, 2014 3:29:51 AM UTC+1, David Karger wrote: It looks like there are all sorts of weird illegal nonprinting characters in your json file that are making firefox's json parser choke; perhaps chrome's is more tolerant. On 4/4/2014 5:01 AM, Kris Meen wrote:

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-04-08 Thread Thiru
Thanks David ! I will implement this. Regards, Thiru On Sunday, 6 April 2014 20:12:28 UTC-4, David Karger wrote: I don't have access to IE7 or 8 or 9 so that's hard to debug. Your exhibit is very slow to load because youve set the show all parameter in the view to be true, and it takes

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-04-06 Thread Thiru
Hi David, I changed the code to use the HEAD version now. But still a few problems. Have you come across any problems if the HTML page built using Exhibit is embedded in an iframe? Because when I test the page as it is, it loads fine on IE9 but when the page is embedded in an iframe, it does

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-04-05 Thread Kris Meen
I'm working on an exhibit, here: http://archives.library.nuigalway.ie/memorial/memorial-atlas.html I seem to be having browser compatibility issues, with Firefox not loading the page, but it working fine in Chrome and Explorer. I updated the html to the Exhibit 3.0 code as instructed in this

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-04-05 Thread Kris Meen
I've been experiencing some browser compatibility issues with this map I'm making: http://archives.library.nuigalway.ie/memorial/memorial-atlas.html It works in Explorer, Chrome, and I think Safari. It won't load in Firefox, however. Strangely enough, when I'm working on it locally, it will

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-26 Thread David Karger
OK, the updated version is now being served off http://api.simile-widgets.org/exhibit/HEAD/exhibit-api.js I encourage anyone having problems to link to this version and check if they're fixed. After a few weeks of complaint-free usage, we'll promote this version to STABLE --- so make sure to

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-23 Thread Thiru
Hi David, Yes it is now working on IE 7 and 8. Thank you! Do you expect this change to break anything else on any other browsers or is this code specific to IE 7 and 8? Thanks again for all your help David ! Regards, Thiru On Sunday, 23 March 2014 01:53:59 UTC-4, David Karger wrote: I've

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-23 Thread David Karger
This was a very local change that makes the code a bit uglier but should not break anything else. On 3/23/2014 4:27 PM, Thiru wrote: Hi David, Yes it is now working on IE 7 and 8. Thank you! Do you expect this change to break anything else on any other browsers or is this code specific to IE

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-23 Thread Thiru
Hi David, Have you pushed the changes to STABLE branch? Because I tried using the STABLE version, but it did not work with IE 7 and 8 again. If you have not pushed it yet, I will try again after you push the changes. Regards, Thiru On Sunday, 23 March 2014 18:59:47 UTC-4, David Karger wrote:

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-23 Thread David Karger
No, it will probably take a couple of days to push. On 3/24/2014 12:14 AM, Thiru wrote: Hi David, Have you pushed the changes to STABLE branch? Because I tried using the STABLE version, but it did not work with IE 7 and 8 again. If you have not pushed it yet, I will try again after you push

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-23 Thread David Karger
And it won't be on STABLE until it's gotten some usage and we're convinced it's safe. You'll see it in HEAD as soon as the change is pulled; then after some trial-run time it will progress to STABLE; eventually it will be released to current. On 3/24/2014 12:18 AM, David Karger wrote: No,

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-22 Thread Thiru
Thanks David ! I am going to try this out and I will post if it solved the browser compatibility issues. Regards, Thiru On Thursday, 20 March 2014 01:30:45 UTC-4, David Karger wrote: Exhibit 2.2.0 is retired. I suggest you update to exhibit 3: http://api.simile-widgets.org/exhibit/ the

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-22 Thread Thiru
Thanks David! I made the changes you suggested. I changed to STABLE version of exhibit 3.0 and made ex to data-ex as per documentation. I tested it using some browser compatibility tools online like browserstack. IE 7 and 8 seem to have a problem loading the page. Other browsers seem to work

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-22 Thread David Karger
The page seems to work fine for me when I run IE11 in IE7 and IE8 mode. Have you made any changes since posting this? On 3/22/2014 3:30 AM, Thiru wrote: Thanks David! I made the changes you suggested. I changed to STABLE version of exhibit 3.0 and made ex to data-ex as per documentation. I

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-22 Thread Thiru
The page which uses Exhibit 3.0 is actually here (temporary location). Sorry I did not mention it before. http://itms.rutgers.edu/bigchill13/NJClimateAdaptationDirectory3.html The exhibit code: http://itms.rutgers.edu/bigchill13/NJClimateAdaptationDirectory3.txt I tested it using the online

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-22 Thread David Karger
I've tracked one problem (a flaw in IE7/8 javascript support) and put in a fix here: http://people.csail.mit.edu/karger/ExhibitK/api/ let me know if it works in your IE7/8. If it does, I'll push it to the repository. On 3/22/2014 11:00 PM, Thiru wrote: The page which uses Exhibit 3.0 is

[Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-19 Thread Thiru
Hi, I developed a web page using simile exhibit. The data comes from a google spreadsheet. Everything worked great when I developed it. But now when it has gone live, many people are complaining that it is not loading. Only the static html and the loading animation come. The actual data never

Re: [Simile-Widgets] Does Exhibit have browser compatibility issues?

2014-03-19 Thread David Karger
Exhibit 2.2.0 is retired. I suggest you update to exhibit 3: http://api.simile-widgets.org/exhibit/ the STABLE branch is a good compromise between having the latest bugfixes and avoiding bleeding-edge releases. It might just work as is (we have a backward compatibility module), but you should