[OGo-Bugs][Bug 1871] JavaScript-errors if LSUseBasicAuthentication = YES;

bugs@opengroupware.org bugs@opengroupware.org
Tue, 22 May 2007 17:53:45 +0200 (CEST)


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1871


frank@opengroupware.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
     Ever Confirmed|                            |1




------- Additional Comments From Tobias.Kaefer@abas.de  2007-05-10 10:46 -------
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3)
Gecko/20070309 Firefox/2.0.0.3

Description of problem:
If LSUseBasicAuthentication = YES; then BrowserConfigDetect routine is failing.
In the logfile (debian /var/log/opengroupware.org/ogo/webui.log" the string
"[ERROR] >DirectAction> could not parse browser config string ..." appears and
some JavaScript functions don't work, e.g. in the calender edit the JS function
"selectAptType" is not included from
WebUI/Templates/LSWScheduler/SkyAptTypeSelection.html.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. # su - ogo
2. # Defaults write NSGlobalDomain LSUseBasicAuthentication "YES"
3. # exit
4. # /etc/init.d/opengroupware.org restart
5. open browser with http://<servername>/OpenGroupware
6. login with username and password
7. navigate to Calendar
8. click on "new" link to create a new appointment
9. click on any appointment-type select option
    

Actual Results:  you get a JavaScript error, that says that the function
"selectAptType" is not found.

Expected Results:  no error and working JS functions

Additional info:

------- Additional Comments From frank@opengroupware.org  2007-05-22 17:53 -------
Cannot reproduce this with current SOPE/OGo (both trunk as of today).

Please specify which version you're running.

TIA!

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.