Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.5.8

Bug #9847 Case-insensitive javascriptLibraries in HTML/AJAX/Server.php
Submitted: 2007-01-16 14:54 UTC
From: bassul at gmail dot com Assigned: jeichorn
Status: Closed Package: HTML_AJAX (version 0.5.0)
PHP Version: 5.1.6 OS: Linux
Roadmaps: 0.5.1    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 23 - 18 = ?

 
 [2007-01-16 14:54 UTC] bassul at gmail dot com (Tudor Vaida)
Description: ------------ When calling a default server with client=standard, not all the files included in the 'standard' jslibrary are provided. It's a Gentoo installatino, but files are not found because of case (Main.js, Loading.js). It's enough to just update the file names in Server.php (around line 125 ). Expected result: ---------------- Main.js and Loading.js should be in the output. Actual result: -------------- alert('Unable to find javascript file: /usr/share/php/data/HTML_AJAX/js/main.js'); alert('Unable to find javascript file: /usr/share/php/data/HTML_AJAX/js/loading.js');

Comments

 [2007-03-05 20:47 UTC] jeichorn (Joshua Eichorn)
Fixed in svn