GithubHelp home page GithubHelp logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
My bad, please s/timeline/timeplot in the above text and description.

Original comment by [email protected] on 23 Nov 2008 at 1:59

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Changed subject to TIMEPLOT per poster's request.

Original comment by [email protected] on 24 Nov 2008 at 5:57

  • Changed title: TIMEPLOT: Relying on IE7 quirks-mode rendering for history event hover and click

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
I don't know that this can be fixed.  It's IE, some amount of fudging is to be
expected - there was a time where Timeplot didn't function in IE at all.

Original comment by [email protected] on 15 Jan 2009 at 8:50

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024

Original comment by [email protected] on 25 Mar 2009 at 6:42

  • Changed state: Accepted

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024

Original comment by [email protected] on 25 Mar 2009 at 7:01

  • Added labels: Project-Timeline

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
I understand that fudging is always required with IE, but I guess it'd be 
preferred
if that fudging could be done with the integration of timeplot to the 
surrounding
site; and not require a particular doctype to be functional. Maybe I'm living 
in a
perfect world though :)

FWIW: the example has been live for a while now, at
http://musicbrainz.org/show/stats/timeline.html). Linkback to bug on MB:
http://bugs.musicbrainz.org/ticket/4059

Original comment by [email protected] on 8 Apr 2009 at 8:16

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
This fix worked for me: Add z-index values in timeplot.css...the event-boxes 
get lost
behind the main canvas in IE7 strict mode...

.timeplot-event-box {
    cursor: pointer;
    z-index: 200;
}

.timeplot-event-box-highlight {
    border: 2px solid #FFB03B;
    z-index: 500;
}

Original comment by [email protected] on 18 Apr 2009 at 10:04

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
[deleted comment]

from simile-widgets.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Thanks a lot, johnmapierre. That's great. Should make it not-too-hard to fix in 
the
default as well.

Original comment by [email protected] on 7 May 2009 at 9:15

from simile-widgets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.