Opened 11 years ago
Closed 8 years ago
#9959 closed defect (patchwelcome)
Custom sized dojox.image.SlideShow doesn't work in Opera 9.64 (MacOSX) and 10.00 (Linux)
Reported by: | format_c | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Dojox | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
with my check if my newly created Dojo code works on the common web browsers, I recognized that Opera doesn't seem to understand the image dimensions correctly when using dojox.image.SlideShow? or dojox.image.Gallery.
Using a DOM browser in Opera and comparing it with an DOM browser in Firefox I get the following results:
Firefox - OK:
<div class="slideShowImageWrapper" dojoattachpoint="largeNode"> <div id="dojox_image_SlideShow_0_imageDiv0" width="500" height="375" style="opacity: 1;"> <img height="333" width="500" src="pic/AA-promo/001.jpg"/> <div class="slideShowTitle"/> </div> </div>
Opera - NOT OK:
<div dojoattachpoint="largeNode" class="slideShowImageWrapper"> <div id="dojox_image_SlideShow_0_imageDiv0" width="500" height="375" style="opacity: 1"> <img src="pic/AA-promo/001.jpg"/> <div class="slideShowTitle"/> </div> </div>
So the only difference is that the "height" and "width" HTML attributes are missing in the Opera generated code. This causes the picture to be displayed in the original size. This can be verified trying the "Custom Size Gallery" in the Feature Explorer on dojocampus.org.
Cheers Alex
Change History (3)
comment:1 Changed 11 years ago by
Milestone: | tbd → future |
---|---|
Owner: | changed from Adam Peller to dante |
comment:2 Changed 11 years ago by
Owner: | changed from dante to Shane O'Sullivan |
---|
comment:3 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
This component is abandoned by the original developer. It will likely not be included in Dojo 2.0, except as a community package. In addition, Opera is transitioning to Webkit.
Our support for Opera is minimal due to limited resources, but patches under CLA are always welcome