oliviaramos / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

Exhibit, Tile View, Lens is not CSS formatted in IE8 #327

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have styled my lens for the Tile View with CSS. In FF 3.5, Safari, Opera

What steps will reproduce the problem?
1. IE8 ( 8.0.6001 )
2. WIN XP
3. Example attached

What is the expected output? What do you see instead?
I would expect, that the lens is formatted with the styles from the CSS.
Instead in IE8 i see unformated HTML

What version of the product are you using? On what browser and what
operating system?
See above

Please provide any additional information below.
In the attached zip there is the HTML file, the datafile and the CSS file.
Try in FF and then in IE8.

Original issue reported on code.google.com by walter.j...@gmail.com on 27 Oct 2009 at 5:14

Attachments:

GoogleCodeExporter commented 8 years ago
Its a pity, i cannot edit the issue :(

Anyway, i forgot to mention: i am using this version of exhibit:
http://api.simile-widgets.org/exhibit/2.2.0/exhibit-api.js

Original comment by walter.j...@gmail.com on 27 Oct 2009 at 5:17

GoogleCodeExporter commented 8 years ago
Suffering same issue. Works even in IE7 (technically, IE8 in compatibility mode)

Original comment by dave...@gmail.com on 5 Nov 2009 at 11:36

GoogleCodeExporter commented 8 years ago
Adding a 

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

to force IE7 compatibility results in the exhibit failing to initialise at all 
(different failure than clicking the 'compatibility mode' button in the address 
bar.)

Original comment by dave...@gmail.com on 5 Nov 2009 at 11:57

GoogleCodeExporter commented 8 years ago
i am now using the thumbnail view and that seems to work fine in IE7 and IE8 
with the
meta-tag <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

Moreover, I advise that Internt Explorer must be destroyed.

Original comment by walter.j...@gmail.com on 2 Dec 2009 at 4:26

GoogleCodeExporter commented 8 years ago
I tried using IE7 compatibility tag in IE8 and face following issues in various 
versions of exhibit API

api-2.0 : Nothing gets displayed in tile view
api-2.1.0 : IE 8 shows up 4 items more than what is in my database (all extra 
items 
being null contents). Count displayed 116 where as I have 112 items in DB. 
api-dev : seem to work fine. CSS is applied well and count is right.

Is it too risky to use api-dev version in a product yet ?

Original comment by Swami.Va...@gmail.com on 18 Feb 2010 at 9:36

GoogleCodeExporter commented 8 years ago
IS it possible to sort this IE 8 Issue for Timeplot. I implemented Timeplot in 
my 
source. 

It works very well for all browsers except IE 8. In IE8 it is not showing up 
graph. 

If i use 
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
some how Timeplot works in IE8, but while working, it is affecting other pages. 

for example, I have a Boxes having data inside which represent a sensor ,it get 
tiled in the view. 
If i use this EmulateIE7, this Boxes are getting aligned vertically.

Is there anyway to solve this problem. I tried debugging by modifying timeplot 
css 
files, but its of no use.

Plse Help me with this issue. 

" Now I have come to a point where i need to change my graph from timeplot to 
some 
other, since Timeplot is not working for IE 8 " 

Here, I have attached the snaps shots before and after using this Compatibility 
Tag

Original comment by ramya0...@gmail.com on 19 Mar 2010 at 6:11

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by ryan...@csail.mit.edu on 23 Jun 2011 at 9:50