Git Product home page Git Product logo

slimbox's People

Contributors

cbeyls avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

slimbox's Issues

Doesn't seem to work on images with parentheses

What steps will reproduce the problem?
1. Use an image with a parentheses in the filename, 'xyz (1).jpg' for example
2. Load slimbox
3. The image will not be displayed

What is the expected output? What do you see instead?
Instead of the image being loaded, a blank empty white box is displayed. If 
multiple images are present in the list, sometimes the other images are 
repeated.

What version of the product are you using? On what operating system?
2.04

Please provide any additional information below.


Original issue reported on code.google.com by donniel on 11 Nov 2010 at 1:19

Escaping of title doesn't work

The slimbox reads the title attribute from the img-tag, but unfortunately
it doesn't escape the value. Even if the text is correctly escaped in HTML
it'll be run when opening the slimbox layer.

Steps to reproduce the problem:
1. Create a lightbox Gallery with this code:

<a href="test.jpg" rel="lightbox-gallery"
title="&lt;script&gt;alert(&#039;tadaaa&#039;)&lt;/script&gt;"><img
src="test_sm.jpg" alt="" /></a>

When clicking on the picture, the lightbox opens and an alert box "tadaaa"
shows up. I'd expect slimbox to escape the title value and not allow any
script execution...

Tested in FF 3.0.10, IE 8.0 width slimbox v2.02

Original issue reported on code.google.com by [email protected] on 26 May 2009 at 1:46

Only 4 Images Per Page

Only 4 images shows up per page, the total gallery has about 90 images in it - 
how can I modify this so that I can browse all at once?
Now I have to go through about 26 pages with 4 images on each...
Can't figure how to change this
Please help

This is in Google Chrome on Wordpress 3 on a Laptop with Windows XP I think

Original issue reported on code.google.com by [email protected] on 16 Mar 2011 at 3:36

Attachments:

object's not showing back.

What steps will reproduce the problem?
1. put a slimbox on a page containing an object (like Flash video)
2. launch the slimbox
3. close it

What is the expected output? What do you see instead?

The video has been hidden during the slideshow but showed back at the end.


What version of the product are you using? On what operating system?

jQuery 1.4.1, slimbox 2.02.


Please provide any additional information below.

I changed $.data("slimbox") with $.attr("data-slimbox") and it works that 
way. "data-" is an HTML5 feature though.

A ticket has been opened at jQuery's bugtracker 
too: http://dev.jquery.com/ticket/6073


BTW, I tested with Firefox 3.5.6 on Linux.

Original issue reported on code.google.com by yoan.blanc on 11 Feb 2010 at 2:19

Firefox image not center of window

What steps will reproduce the problem?
1. Firefox 19.0.2
2. Page height greater than browser window
3. jQuery 1.9


What is the expected output? Image center of browser window (all fine in IE)

What do you see instead? Have to scroll down to find image


What version of the product are you using? Slimbox2 with Barry's patch for 
jQuery 1.9 
On what operating system? 


Please provide any additional information below.
no other css called up, no embedded style
see test here http://www.fourandtwenty.org/gallerytest.html

Original issue reported on code.google.com by [email protected] on 20 Mar 2013 at 4:47

Incorrect width on Chrome 3.0.195.38

What steps will reproduce the problem?
1. Get Chrome 3
2. Go to http://www.digitalia.be/demo/slimbox/
3. Open any image

What is the expected output? What do you see instead?
The expected output is the full picture. What I see is just the left side 
of the picture displayed with incorrect width. The right side margin is 
missing.

What version of the product are you using? On what operating system?
Slimbox 1.71, Mootools 1.2.4 (same with any Mootools 1.2 core)

Please provide any additional information below.
The slimbox 1.58+mootools 1.11 core seams to work as expected

Original issue reported on code.google.com by [email protected] on 8 Jan 2010 at 9:56

Attachments:

Regression in the code

What steps will reproduce the problem?
1. Place a select tag in the body of the page
2. Load the page in Internet Explorer 6 or firefox 2
3. Activate one slimbox image

What is the expected output?
The slimbox div should cover all the page

What do you see instead?
The selects shows up over the slimbox's div


What version of the product are you using? On what operating system?
slimbox 1.64
Windows 2000 SP4


Please provide any additional information below.
Possible fix:
1. http://groups.google.com/group/slimbox/msg/bf4ab579499d3eb8
2.
http://weblogs.asp.net/bleroy/archive/2005/08/09/how-to-put-a-div-over-a-select-
in-ie.aspx

Thanks

Original issue reported on code.google.com by [email protected] on 1 Sep 2008 at 9:51

Problem in ie6 if html direction is rtl (Persian & Arabic languages)

What steps will reproduce the problem?

1.When the dir attribute of html (in body tag) is RTL the slimbox is not
work properly in ie6 (really dummy ie)

What is the expected output? What do you see instead?
In ie6 the animating slimbox is growing only from right side instead of
resizing from both sides

What version of the product are you using? On what operating system?
Slimbox v2.03 and ie6

Please provide any additional information below.
I have resolved the problem by adding a direction Flag and changing the way
of animating when the browser == ie6 and dir == RTL
I am attaching the resolved file, I hope to be useful

Thanks for slimbox

Original issue reported on code.google.com by [email protected] on 23 Nov 2009 at 7:26

Attachments:

Source Code Wont Work

What steps will reproduce the problem?
1. I only use SRC (not minified) as JS 
2. When click over image, just show image in browser as normal link 


What is the expected output? What do you see instead?
Work as minified  version do.

What version of the product are you using? On what operating system?
slimbox 2.04 under Windows 7 / Chrome-FF14 

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Jan 2013 at 9:16

Problem with brackets in target files name

What steps will reproduce the problem?
1. Click on thumbnail which is a link to bigger image file. Files are
grouped by "rel" attribute, ex."lightbox-album". Link source ex
"some_picture(2).jpg".  

What is the expected output? What do you see instead?
I see everything (slimbox navigation, picture description etc.) without
picture from "src" attribute in link tag.


What version of the product are you using? On what operating system?

Slimbox v1.69, Linux/Windows, Firefox 3/Opera 9.6.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Mar 2009 at 10:02

Attachments:

loop: Boolean; changed to true and not looping??

I have changed the loop boolean to true and it does create the loop.

http://oxycheq.com/test/index.php?main_page=product_info&cPath=4_5_6&products_id
=2

Please advise what I can look at to ensure this works?


Files names used:

OW-06-R1SS.jpg
OW-06-R1SS_01.jpg
OW-06-R1SS_02.jpg
OW-06-R1SS_03.jpg
OW-06-R1SS_04.jpg

Original issue reported on code.google.com by [email protected] on 13 Jan 2010 at 5:05

Mini update for mootools 1.3

Hi,

This is a modification made by me for slimbox-1.17a to work with
mootools 1.3.

Hope this helps!

I just replaced some deprecated functions with new ones:

injectInside(x) -> inject(x,"bottom")
$extend -> Object.append
$empty  -> Function.from()
Browser.Engine.trident4 -> Browser.ie6




Original issue reported on code.google.com by [email protected] on 5 Aug 2011 at 12:02

Attachments:

The image is much larger than browser window size

I would like to show image but make sure it is never bigger then the available 
client area.
If the image is bigger then I would like it to be as big as possible but never 
bigger than what the client can see.

Original issue reported on code.google.com by [email protected] on 18 Nov 2010 at 11:29

Wrong dimensions of slimbox window (Slimbox 1.71, Mootools 1.2, Google Chrome 8)

What steps will reproduce the problem?
1. use mootools 1.2.x
2. add anchor over image tag with set dimensions
<a href="logo.jpg" rel="lightbox" title="logo"><img alt="logo" 
src="thumbnails/logo.jpg" height="300" width="200" /></a>
3. open site in Google Chrome 8

What is the expected output? What do you see instead?
slimbox width is equal to thumbnail width

What version of the product are you using? On what operating system?
Slimbox 1.71
MooTools 1.2.4
Google Chrome 8
Windows 7 x64

Please provide any additional information below.
In all other browser everything is ok.
With mootools 1.1.x and slimbox 1.5.8 everything is also ok.

If anchor contains text and style is set to block with width and height than 
there is the same bug
<a style="display:bloc;width;200px;height:300px; ... >text</a>

Original issue reported on code.google.com by [email protected] on 15 Dec 2010 at 6:43

Attachments:

Sifr3 replacements with Slimbox doesn't work

What steps will reproduce the problem?
1. install Sifr3 revision 414 on your website
2. use rel="lightbox" in sifr html text


What is the expected output? What do you see instead?
link to image in href="" but we need to open slimbox with that image


When Sifr replaces the HTML text and also links they cannot be opened with 
Slimbox. 

Original issue reported on code.google.com by [email protected] on 4 Sep 2008 at 1:40

Missing $ at ln 6 col 170

What steps will reproduce the problem?
1. Download 1.8 released 20 aug
2. Install, wont work
3. check javascript error log:
>Uncaught exception: TypeError: '$(document.body).adopt' is not a function

I added an $ and then it worked. Thats all i know im not a Mootools developer, 
i dont know this stuff.

Original issue reported on code.google.com by [email protected] on 11 Nov 2011 at 11:59

JQuery 3

Does slimbox work with jQuery 3? I couldn't find this information anywhere.
I see the v2.05 was release in 2013 and when trying to upgrade our site to jQuery 3 there are a few warning messages about deprecated function calls on slimbox lib.
Also, if this lib doesn't work properly with jQuery 3, are there any plans to release a new version that does?
Thanks you

Rescan?

There doesn't seem to be a way to rescan any more? The original versions has Slimbox.scanPage, which I could trigger when (say) updating the DOM through AJAX.

Not working after ajax call

Its working fine when page loads, however when ajax call is made, script is not being executed. Might be because of new anchor elements.

Does not work with the lavalamp jquery plugin

What steps will reproduce the problem?
1. If in install the lavalamp jquery plugin which I use for my menu Slimbox
does not work.
2. I had 2 versions of jquery.min.js loading since both apps used it and
deleted one so I thought that was the problem at first but didn't  
3. If I delete jquery.easing.min.js it works fine but then the lavalamp
plugin doesn't work.


What is the expected output? What do you see instead?

I expect a image to open up but instead i get a blank square with slimbox

What version of the product are you using? On what operating system?

I am using version 2.02. the other version I used with mootools wouldn't
work at all. this one pops up a box that is set in size and just displays a
blank image

Please provide any additional information below.

I'm just starting to play with java and am trying to get my page up but I
don't understand how to program it or much about it. Is there a way to get
both plugins working or do I have to choose one or the other. 

Could someone please take a look at this.



Original issue reported on code.google.com by [email protected] on 15 May 2009 at 12:08

npm

In an age of webpack and npm, we really need slimbox2 published on npm.

But it looks like this project is well and truly dead? No PR's merged since 2016?

image URL error handling

What steps will reproduce the problem?
In the attached source file:
1. change activeURL in the errorLoadingImage() function to a relevant path 
of an existing image.
In the application
2. Init slimbox with an image set containing several incorrect image URLs 
in a row.

What is the expected output? What do you see instead?

This function should produce a default image when the expected URL fails, 
however the default error image will not always be displayed, as the 
lbImage div  is not getting its visibility style set to ""

What version of the product are you using? On what operating system?
Slimbox2, jquery 1.3.2, firefox and chrome on Win XP SP3 

Please provide any additional information below.

I know you didn't write this script and I am not a javascript developer but 
I thought it would make a good feature and I didn't expect the problem.


Original issue reported on code.google.com by [email protected] on 9 Apr 2009 at 8:27

Attachments:

Remove duplicate links to images

What steps will reproduce the problem?
1. Link to the same image using the same lightbox-group in the rel attribute
2. Click on the thumbnail and it pops up the same image multiple times.

What is the expected output? What do you see instead?
Duplicate links should be consolidated.

What version of the product are you using? On what operating system?
slimbox2 - jquery

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Jun 2009 at 8:26

Black screen in Opera 9.27/Win XP

What steps will reproduce the problem?
1. On Win XP (Win32), use vanilla installation of Opera 9.27 (build 8841 in
my case).
2. Try any of the two demos on digitalia.be
(http://www.digitalia.be/software/slimbox2#demo)


What is the expected output? What do you see instead?
- Expected Slimbox2 to run decently.
- Slimbox2 starts but renders the hole screen completely black (the
#lbOverlay with zero transparency i assume).
- The overlay got the quit-slimbox js-handle attached, so clicking the
black screen exits slimbox and reviels the original page.


What version of the product are you using? On what operating system?
- Demo version at http://www.digitalia.be/software/slimbox2#demo per
September 8 2009.


Please provide any additional information below.
Since both jQuery and Digitalia.be states compability in Opera 9+, we
assumed Slimbox2 to be working in Opera version 9.27, or any version >= 9.0
(on Win32/XP). This does not seem to be the case, or am I missing something
out maybe?
Will these versions be unsupported or is it possible to get a fix in?
Cheers, and god work on a otherwise exelent Lightbox!

Original issue reported on code.google.com by [email protected] on 8 Sep 2009 at 9:41

Slimbox2 creates "Empty Links," which violates the WCAG 2.0 Accessibility Guidelines

WCAG 2.0 Guideline 2.4.4 "Link Purpose (In Context)" states:

The purpose of each link (or form image button or image map hotspot) can be determined from the link text alone, or from the link text and its context (e.g., surrounding text, list item, table cell, or table headers).

In short, this means that an HTML document should not have hyperlinks with no content. The WAVE Accessibility Tool reports three such violations in Slimbox2, stating:

Why It Matters If a link contains no text, the function or purpose of the link will not be presented to the user. This can introduce confusion for keyboard and screen reader users.

How to Fix It Remove the empty link or provide text within the link that describes the functionality and/or target of that link.

The three empty links created by Slimbox2 are:

  • lbPrevLink
  • lbNextLink
  • lbCloseLink

Thanks

Next and Previous image are misplaced when used in SproutCore application

What steps will reproduce the problem?
1. Create SproutCore application.
2. Invoke slimbox with multiple images
3. Hover with the mouse on both sides of the image

What is the expected output? What do you see instead?
Next show when mouse is at the right half of the photo and Previous on the left 
side.

What version of the product are you using? On what operating system?
Slimbox v2.04


Original issue reported on code.google.com by [email protected] on 12 Nov 2010 at 4:11

v2.05 - example file in download, image not displaying in Chrome, FF, IE

What steps will reproduce the problem?
1. Launched author's example file in Chrome, FF, IE
2.
3.

What is the expected output? What do you see instead?
Expected to see example.jpg display in lightbox. 
What I see is the overlay, the lbImage and lbBottom containers with a white 
background, the text and the close button but no picture.

What version of the product are you using? On what operating system?
Using version 2.05 with jQuery 1.9.1.

Google Chrome: v27.0.1453.94
FireFox: v17.0.1
IE: v9.0.811216421
OS: Windows 7 Enterprise SP1

Please provide any additional information below.
Tested with different page using anchors around images. Anchor had full sized 
image, image was thumbnail. Had no problems on a different computer running XP 
with Chrome or Firefox (don't know the versions)

Original issue reported on code.google.com by [email protected] on 30 May 2013 at 5:20

Attachments:

Upgrading from jQuery 1.4 to jQuery 1.9 breaks slimbox

What steps will reproduce the problem?
1. Use slimbox successfully with jQuery 1.4
2. Upgrade to jQuery 1.9
3. Try to use slimbox -- it's broken

What is the expected output? What do you see instead?
When I activate slimbox, I expect the window to be darkened with a normally 
lighted picture showing next and prev tabs and a close button at the bottom.  
Instead I see the picture and window darkened, no navigation or close links.  
Clicking amywhere on the window removes the picture and lightens the window.

What version of the product are you using? On what operating system?
slimbox 2.04 on Internet Explorer 9

Please provide any additional information below.
I have attached a fixed version of the file with the changed section marked on 
lines 40 - 60.

Original issue reported on code.google.com by [email protected] on 18 Jan 2013 at 9:02

Attachments:

Reversed sort order when div holding images is float:right.

What steps will reproduce the problem?
1. put im,ages in div
2. let that div float right
3. the first picture is now the last picture according to slimbox

What is the expected output? What do you see instead?
the most left picture being number 1 on the image list.

What version of the product are you using? On what operating system?
v1.71



Original issue reported on code.google.com by [email protected] on 9 Dec 2011 at 11:55

Grouping images while having multiple values in rel-attribute

What steps will reproduce the problem?
1. Use the"Enabling HTML DOM elements" way of launching Slimbox2, i.e. 
jQuery(expression).slimbox(options, linkMapper, linksFilter);

2. Having items in rel-attribute value of anchor-tags that differs among at set 
of links with equal lightbox-attribute-values, i.e.
<a rel="lightbox-1234" ... ><img ... /></a>
<a rel="lightbox-1234" ... ><img ... /></a>
<a rel="lightbox-1234 second" ... ><img ... /></a>
<a rel="lightbox-1234 second third" ... ><img ... /></a>

What is the expected output? What do you see instead?
Expected to see all four links/images grouped together in a single slimbox.
What happens is that image 1 and 2 are grouped together, image 3 and image 4 
shows in separate slimbox instances.


What version of the product are you using?
Slimbox 2.04 for jQuery 1.3 and 1.4.

On what operating system?
OSX. Firefox/Chrome

Please provide any additional information below.
We did solve our case by modifying the linksFilter function used by "The 
default autoload code block".

function(el) {
  var thisRel = /lightbox\S*/.exec(this.rel),
            elRel = /lightbox\S*/.exec(el.rel);
  return (this == el) || ((thisRel[0].length > 8) && (thisRel[0] == elRel[0]));
}

This way the actual lightbox parts of the rel-values are evaluated instead of 
comparing the complete rel-value string.

Maybe this is not considered a bug, and the linksFilter-function came in very 
handy to solve our case, but we were a little surprised that other separate and 
irrelevant items in rel-attribute broke the way we thought slimbox would behave.

Apart from this, big ups for a great product.
/Martin Lekvall 

Original issue reported on code.google.com by [email protected] on 17 Nov 2010 at 1:11

Slimbox popup window showsno image in Safario n iPad

What steps will reproduce the problem?
1. Simply click on an image with a slimbox popup window defined, on iPad 
w/Safari
Works fine on a PC with various versions of IE ir D
3.

Wirefoxhat is the expected output? What do you see instead?
Expect the popup window with the image and title
Instead the window pops up, the text and the close button are displayed, but 
the image is not

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Jun 2013 at 8:57

Overlay above the image issue

So you know, there are problems using slimbox2 and jQuery1.9 and here's a 
proposed fix 
http://stackoverflow.com/questions/15336690/slimbox-overlay-in-front-of-the-imag
e.

Cheers!

Original issue reported on code.google.com by gildas.quemener on 24 Apr 2013 at 9:33

Would be great to have this library in Nuget

NuGet is a great way to attach libraries to .NET projects, it enables users to 
reference a library with a single click.

Check this for example:
https://www.nuget.org/packages/jQuery/

Original issue reported on code.google.com by [email protected] on 24 Apr 2014 at 4:02

slimbox 2 with IE10 callbacks dont display and


1. images dont rotate first image only displays
2. no callbacks dsiplayed to enable manual move to next image

using IE10 windows 7 64 bit

3. Doesnt display at all in IE 9 Windows 7

http://sillks.com/

can anyone suggest a fix ? I love this lightbox

Original issue reported on code.google.com by [email protected] on 1 Sep 2013 at 12:42

Images with spaces in the name break Slimbox2

In Firefox, the following code will cause Slimbox 2.03 to display no image:

var pics = [["galleries/1/Summer field.jpg"]];  
jQuery.slimbox(pics, 0);

It will just show an empty box.  

The fix is add quotes in line 187 of slimbox2.js as follows:

$(image).css({backgroundImage: "url('" + activeURL + "')", visibility:
"hidden", display: ""});

Original issue reported on code.google.com by [email protected] on 28 Mar 2010 at 3:09

Image is unreachable when wider than the browser window.

What steps will reproduce the problem?
1. Open example.html.
2. Resize your browser smaller than the image width.
3. Click the link to display the image.

What is the expected output? What do you see instead?
The image appears wider than the browser. I would expect to be able to scroll 
horizontally to see the rest of the image or have the image scale down to fit 
in the viewport, but instead I get an infinite scrollbar horizontally.

What version of the product are you using? On what operating system?
Occurs in slimbox 2.04. Observed on:
Windows: IE6, IE7, IE8
OS X: Chrome, Safari, Firefox3.6

Please provide any additional information below.
I have attached a patch that fixes this issue by scaling the image down, and an 
image that goes with it in the css directory.
This uses an img tag to scale the image, instead of a background-image that 
will not scale.

Original issue reported on code.google.com by adam.stegman on 20 Oct 2010 at 9:20

Attachments:

Captions don't support newline

What steps will reproduce the problem?
1. Create a lightbox image (img + link wrapped around it) whose link has a 
title tag with newlines (\n)
2. Click on the lightbox image
3. The lightbox caption will not display a new line a <br />

What is the expected output? What do you see instead?
When the title attribute spans multiple lines (has some \n in it) those 
newlines should get replaced by <br /> tags in the slimbox output.


What version of the product are you using? On what operating system?
Linux / Firefox


Please provide any additional information below.
See attached patch

Original issue reported on code.google.com by [email protected] on 30 May 2014 at 5:42

Attachments:

The src version (uncompressed) not working

What steps will reproduce the problem?
1. replace the 5ko compressed slimbox2.js file by the 9ko version
I want to use the src version in order to be able to add a link in the 
description displayed below the picture. 

What is the expected output? What do you see instead?
I am expecting the player to work, but when I click on the thumbnail i reach 
the jpg file in the browser.

What version of the product are you using? On what operating system?
2.04 on XP SP3 in any browser, Windwos7 any browser. 

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Sep 2010 at 6:19

No option to scale picture

There is no option to automatically scale the picture in order to make it fit 
the screen. Is this planned ? :)

Original issue reported on code.google.com by [email protected] on 16 Jun 2010 at 9:08

Flash player are disappearing after opening and closing slimbox

What steps will reproduce the problem?
1. Set slimbox and flash player in one page
2. Open slimbox gallery.
3. After closing slimbox

It will set visibility to hidden to Flash player, so it will disappear but i 
need flash player to be there as it is.


I am using 1.71 are you using? On unix operating system?

Original issue reported on code.google.com by [email protected] on 8 Jul 2010 at 11:01

Browser is not defined

What steps will reproduce the problem?
1. Reviewed the javascript, change some quotes from doubles to singles and
case of the N values.
2. Searched Google. Reviewed some links and found nothing that help me.
3. Posted to this site.

What is the expected output? What do you see instead?
Not very sure the expected output however I'd assume the browser would be
detected. I get this error:

Browser is not defined
N()()slimbox.js (line 6)
slimbox.js()()slimbox.js (line 6)
[Break on this error] var Slimbox=(function(){var
F=window,n=B...=u.loop&&(g.length>1);return b(O)}}})();

What version of the product are you using? On what operating system?
Using version 1.69 Mootools. Tested on a MAC OS 10.5 and PC XP and VISTA
with different browsers such as IE6/8 and FF3 for PC also Opera, Safari and
FF3. It only seems to effect IE some times like on a page refresh.

Please provide any additional information below.
praveen.thaivalappil.com Using Joomla 1.5 and a modified JA_purity template
with Mootools.
Thank you


Original issue reported on code.google.com by [email protected] on 18 Feb 2009 at 6:26

Not loading image if it is corrupted at the end. (FF 3.5.5)

What steps will reproduce the problem?
1.Try to load a damaged jpg in Firefox 3.5.5  

There is no image in Firefox 3.5.5 and Opera 9.6, but in IE7 the part of
the picture is shown, same goes for Safari 4.0.3.

Im using Slimbox v2.03,jquery-1.3.2. Running on Windows XP SP3, Wamp 2.0


This is not really a bug, because the picture is damaged in the first
place, but if there is a smalll damage at the end of the file you can still
see almost the whole picture. It can be loaded in IE and Safari, so there
must be a way to load it in FF and Opera too. :)


Original issue reported on code.google.com by [email protected] on 28 Nov 2009 at 2:27

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.