My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Mar 26, 2009
    issue 6 (Dragging possibly broken in IE 7) Status changed by dan.j.allen   -  
    Status: Fixed
    Status: Fixed
  • Mar 26, 2009
    r24 (issue 6 ) committed by dan.j.allen   -   issue 6
  • Mar 26, 2009
    issue 6 (Dragging possibly broken in IE 7) commented on by RichardLebel3000   -   The '*' will work with IE7 and below. I tested it with both IE6 and IE7 and it works. I found some reference about it at http://www.ejeliot.com/blog/63 if you want to have a look at it. All other browsers are untouched by this as far as I know.
    The '*' will work with IE7 and below. I tested it with both IE6 and IE7 and it works. I found some reference about it at http://www.ejeliot.com/blog/63 if you want to have a look at it. All other browsers are untouched by this as far as I know.
  • Mar 25, 2009
    issue 6 (Dragging possibly broken in IE 7) commented on by dan.j.allen   -   Does that work in IE6 too?
    Does that work in IE6 too?
  • Mar 25, 2009
    issue 6 (Dragging possibly broken in IE 7) commented on by RichardLebel3000   -   Actually, to make it work on IE7, you only have to change "_background" to "*background" in the CSS. That fixed it for us. I wonder what character they will use for IE8...
    Actually, to make it work on IE7, you only have to change "_background" to "*background" in the CSS. That fixed it for us. I wonder what character they will use for IE8...
  • Mar 14, 2009
    issue 6 (Dragging possibly broken in IE 7) commented on by fraser.iain   -   Disregard that, I noticed that you already do that. I think newer updates of IE no longer support the underscore before CSS elements (e.g. _background is no longer supported).
    Disregard that, I noticed that you already do that. I think newer updates of IE no longer support the underscore before CSS elements (e.g. _background is no longer supported).
  • Mar 14, 2009
    issue 6 (Dragging possibly broken in IE 7) commented on by fraser.iain   -   Pretty sure I know what this might be. I'm busy implementing your code on a website I'm working on. Excellent work by the way =)! IE7 gets a bit funny about layout. If the hasLayout value of your div.surface is false then the click events don't fire. The most pain free way I've found to give layout to a div is to set a background other than just transparent. My workaround is going to be to set blank.gif as the background image. It aint pretty, but I think it will work :) I hope this helps Cheers Iain
    Pretty sure I know what this might be. I'm busy implementing your code on a website I'm working on. Excellent work by the way =)! IE7 gets a bit funny about layout. If the hasLayout value of your div.surface is false then the click events don't fire. The most pain free way I've found to give layout to a div is to set a background other than just transparent. My workaround is going to be to set blank.gif as the background image. It aint pretty, but I think it will work :) I hope this helps Cheers Iain
  • Mar 01, 2009
    r23 (fix release date of 1.0.2 ) committed by dan.j.allen   -   fix release date of 1.0.2
    fix release date of 1.0.2
  • Mar 01, 2009
    r22 (bump version ) committed by dan.j.allen   -   bump version
    bump version
  • Mar 01, 2009
    r21 (update changelog ) committed by dan.j.allen   -   update changelog
    update changelog
  • Mar 01, 2009
    r20 (direct to Google Code project ) committed by dan.j.allen   -   direct to Google Code project
    direct to Google Code project
  • Mar 01, 2009
    panojs-1.0.2.tar.gz (PanoJS 1.0.2) file uploaded by dan.j.allen   -  
    Labels: Featured Type-Archive OpSys-All
    Labels: Featured Type-Archive OpSys-All
  • Mar 01, 2009
    r19 (add readme ) committed by dan.j.allen   -   add readme
    add readme
  • Mar 01, 2009
    r18 (update url ) committed by dan.j.allen   -   update url
    update url
  • Mar 01, 2009
    r17 (bump version number ) committed by dan.j.allen   -   bump version number
    bump version number
  • Mar 01, 2009
    r16 (issue #7 ) committed by dan.j.allen   -   issue #7
  • Mar 01, 2009
    issue 7 (respect max zoom level when fitting to window) reported by dan.j.allen   -   Don't exceed the max zoom level when fitting the viewer to the window.
    Don't exceed the max zoom level when fitting the viewer to the window.
  • Mar 01, 2009
    r15 (prepare release ) committed by dan.j.allen   -   prepare release
    prepare release
  • Mar 01, 2009
    issue 6 (Dragging possibly broken in IE 7) reported by dan.j.allen   -   May not work properly with MSIE 7 for Windows XP. Some people report that dragging doesn't work.
    May not work properly with MSIE 7 for Windows XP. Some people report that dragging doesn't work.
  • Mar 01, 2009
    Demos (A collection of demos.) Wiki page edited by dan.j.allen
  • Mar 01, 2009
    issue 5 (Width and height not updated on minimize) Status changed by dan.j.allen   -  
    Status: New
    Status: New
  • Mar 01, 2009
    issue 5 (Width and height not updated on minimize) reported by dan.j.allen   -   When the viewer is maximized it sets this.width and this.height in the fitToWindow function, but when minimized these properties are not updated. It isn’t very perceptible in your demo because your image is roughly centered and the width = 100%. A viewer that only takes up the upper left quarter of the screen that is maximized then minimized will still think its height and width is the full screen. A recenter request in the lower right can actually get the viewer to move in the opposite direction.
    When the viewer is maximized it sets this.width and this.height in the fitToWindow function, but when minimized these properties are not updated. It isn’t very perceptible in your demo because your image is roughly centered and the width = 100%. A viewer that only takes up the upper left quarter of the screen that is maximized then minimized will still think its height and width is the full screen. A recenter request in the lower right can actually get the viewer to move in the opposite direction.
  • Mar 01, 2009
    Demos (A collection of demos.) Wiki page edited by dan.j.allen
  • Mar 01, 2009
    Demos (A collection of demos.) Wiki page edited by dan.j.allen
  • Mar 01, 2009
    Demos (A collection of demos.) Wiki page added by dan.j.allen
  • Mar 01, 2009
    PlannedFeatures (A design document surveying planned features and ideas.) Wiki page added by dan.j.allen
  • Mar 01, 2009
    issue 1 (PATCH: Allow for zoom limit messages to be disabled) Status changed by dan.j.allen   -  
    Status: Fixed
    Status: Fixed
  • Mar 01, 2009
    r7 (issue #1 ) committed by dan.j.allen   -   issue #1
  • Mar 01, 2009
    r6 (some notes to self ) committed by dan.j.allen   -   some notes to self
    some notes to self
  • Mar 01, 2009
    r5 (apache license ) committed by dan.j.allen   -   apache license
    apache license
 
Hosted by Google Code