Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Forum
Help
Search
Login
Register
News
:
December 04, 2008, 12:11:47 am
RSGallery2 Support Forums
Developers corner
Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened!
(Moderators:
Daniel Tulp
,
Chef Groovy
)
[SVN: 550] Javascript error:Not implemented Line:928
« previous
next »
Topic Tools
Search this topic
Pages
1
Author
Topic: [SVN: 550] Javascript error:Not implemented Line:928 (Read 6541 times)
«
on:
January 24, 2007, 04:59:59 pm »
Alex Boone
Newbie
Posts: 14
[SVN: 550] Javascript error:Not implemented Line:928
I am currently running Joomla 1.0.11. I installed SVN:550 to address the batch upload problem. Now the batch upload problem has been fixed however, now I get a javascript error when I click on an image to display. In addition the slidshow is now broken. It seems to break in IE version: 7.0.5730.11. The slideshow works fine in Mozilla. I sure it's just some object, method or attrib that is not supported in my version of IE. Is IE7 a supported browser?
Logged
Reply #1
«
on:
February 08, 2007, 07:27:29 pm »
Alex Boone
Newbie
Posts: 14
Re: [SVN: 550] Javascript error:Not implemented Line:928
I finally upgraded to Joomla 1.0.12 and upgraded to [SVN:578]. Things are looking much better and the slideshow now works fine in Firefox, however still broken in IE7. Since no one has replied to my post and it still doesn't work in IE, then I'm left to assume IE7 is not supported or at least is not a priority. Just in case someone might be interested, the alert make a reference to here
// add image numbers to select menu
f.wichIm.options.length = 0;
for(i in SLIDES){
f.wichIm.options
= new Option(SLIDES
[1],i);
}
after debugging the error message and looking at the original slideshow lib that this was borrowed from and noticing that the original lib does work in IE7 I'm sure I can fix this myself. However I'm reluctent to do so, hoping that it might get fixed in the next build and not wanting future upgrade to break my fix.
Logged
Reply #2
«
on:
February 09, 2007, 03:04:23 am »
Ronald Smit
Administrator
Hero Member
Posts: 1219
Re: [SVN: 550] Javascript error:Not implemented Line:928
Alex,
If you can fix it, please let us know. Perhaps the code can be made part of the release.It is not high on our priority list at the moment, bu a fix is always welcome.
Cheers,
Logged
Ronald Smit
RSGallery2 Developer
FAQ
|
Known issues
Reply #3
«
on:
February 09, 2007, 11:34:37 am »
Alex Boone
Newbie
Posts: 14
Re: [SVN: 550] Javascript error:Not implemented Line:928
Thanks for your reply. I figured as much, that it wasn't a priority. I will look into trying to fix this and I'll keep you posted on my progress. I also thought it would be nice to have the watermark on the slideshow images. In the future I plan to look at building a 3rdParty Ajax interface to the core gallery.
Logged
Reply #4
«
on:
February 12, 2007, 12:34:39 pm »
Alex Boone
Newbie
Posts: 14
Re: [SVN: 550] Javascript error:Not implemented Line:928
I found what is causing my problem with the slideshow in IE7. I don't think this is limited to IE7 however this problem breaks more gracefully in Firefox. There is a hidden selectbox that would normally list all images displayed in the slideshow. There is a function used to populate this selectbox. For some unknown reason the structure of the Array object containing the list of image references is different than what the function expects. My only guess is that either some other lib or 3rdParty contrib, has introduced a conflict. However since the selectbox has not yet been implemented a quick temporary solution is to comment out the line that makes the bad reference to the Array object. Take a look at the code snippets below and make the following changes in slideshow.rsgallery2.php noted in red text. I will post my findings once I track down what has introduced this conflict
109 //alert(SLIDES[0][1]);
110 for(i in SLIDES){
111 //f.wichIm.options
= new Option(SLIDES
[1],1);
112 }
118 function runSS(n){
119 n++;
120 if(n >= SLIDES.length){
121 n = 0;
122 }
123
124 document.images["stage"].src = S[n].src;
125 if(document.all && navigator.userAgent.indexOf("Opera") < 0 && navigator.userAgent.indexOf("Windows") >= 0){
126 document.images["stage"].style.visibility = "hidden";
127 document.images["stage"].filters.item(0).apply();
128 document.images["stage"].filters.item(0).transition = effect;
129 document.images["stage"].style.visibility = "visible";
130 document.images["stage"].filters(0).play(duration);
131 }
132 f.currSlide.value = n;
133 //f.wichIm[n].selected = true;
134 t = setTimeout("runSS(" + f.currSlide.value + ")", f.delay.value * 1000);
135 }
Logged
Reply #5
«
on:
February 12, 2007, 08:38:12 pm »
Jonah
Administrator
Hero Member
Posts: 1414
Re: [SVN: 550] Javascript error:Not implemented Line:928
Thanks for pointing this out. I've pulled the offending code, check rev 585. The slideshow is overdue for a rewrite anyway.
Logged
Due to time constraints, I have taken a step back from RSGallery2. In the event of an emergency, you will need to PM me.
Reply #6
«
on:
March 01, 2007, 11:28:11 am »
Alex Boone
Newbie
Posts: 14
Re: [SVN: 550] Javascript error:Not implemented Line:928
First I would like to say great work so far. This might not be the correct place for this post, but since the original post was regarding the slideshow and you had mentioned that the slideshow needed a re-write, I decided to mention this here. I have a few suggestion for the slide show. From what I can tell, it seem that that the slideshow is seperate from the gallery itself, I think is shold be part of the gallery. For example after selecting a gallery and then clicking on a thumbnail a page is diplayed with the enlarged image and image navigation controls and the slideshow link. I think it would be better that after clicking on the thumbnail that the slideshow is displayed, displaying the selected thumbnail, and the paging navigation controls as part of the slideshow. This will greatly enhance the user experience by not having to wait for the entire page to refresh each time the user pages to a different image. In addition the slideshow image could then retain the water-mark and image effects while paging through the images. I know that you have many bug fixes and other features that you're woring on but just wanted to submit my suggestion. I can make these changes myself but I though that othere might benifit from these changes. I don't plan to make any custom changes until a stable release is available. However I wouldn't mind assisting with the project if needed. I just don't want to have to track all my changes and reimpliment them after every core upgrade.
Logged
Pages
1
« previous
next »
Jump to:
Please select a destination:
-----------------------------
RSgallery2 support forums
-----------------------------
=> RSgallery2 bugs & problems
===> Resolved Issues
===> Known Issues
=> Features
=> Display and Templates
=> RSgallery2 modules and plugins (mambots)
-----------------------------
RSGallery2
-----------------------------
=> General discussion
=> Gallery Showcase
=> Template directory
=> Meta Forum
=> Duplicate Threads
-----------------------------
Language translations
-----------------------------
=> General language and translation questions
=> Chinese
=> Danish
=> Dutch
=> English
=> French
=> German
=> Greek
=> Polish
=> Spanish
=> Other languages
=> New translations
-----------------------------
Developers corner
-----------------------------
=> Developer Lobby
=> Nightly Builds for RSGallery2 in Joomla 1.5
=> J15Backport [Closed]
=> Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened!
Print
Advanced search
Powered by SMF 1.1.7
|
SMF © 2006-2008, Simple Machines LLC
Pn-Pn Theme by koni.
Loading...