-
I'm not sure I understand the nature of this request. Can you please restate the problem, and provide a specific reproduction case that highlights the problem? Also, please identify the specific YUI component.
05:42PM UTC on Dec 10 2008 in YUI Library
-
Thanks for taking the time to file a bug report. Your participation in this process is very important in making YUI as reliable and stable as it can possibly be.
However, in this case we would need more information from you in order to take the bug investigation further. Please review our documentation on filing bug reports:
http://developer.yahoo.com/yui/articles/reportingbugs/
That...
06:37PM UTC on Oct 13 2008 in YUI Library
-
You need to encode those values before passing them onto the server -- both GET and POST.
Use: var lsPars = 'foo=foo&fld1=' + encodeURIComponent(value);
The "+" sign will now be encoded to %2B. Decode it on the server side.
02:41AM UTC on Sep 19 2008 in YUI Library
-
The documentation error has been fixed and will be pushed to the site shortly.
08:03PM UTC on Sep 09 2008 in YUI Library
-
Root cause: IE will default to its own custom error page if the server response is under 512 bytes. This will render the iframe document unreadable.
07:27PM UTC on Sep 05 2008 in YUI Library
-
Forwarding to component author for consideration. Is this report citing FF1.5.x only?
For this report, which version of YUI is being used?
If 1.5 only, it is no longer a support FF browser in the GBS: http://developer.yahoo.com/yui/articles/gbs/; however, if upstream FF versions 2 and 3 are also impacted, we will investigate.
08:21PM UTC on Sep 03 2008 in YUI Library
-
If vote.cgi requires HTTP POST, then your options will be limited. I can think of two immediate alternatives, under this scenario:
1) Serve the base HTML page with HTTPS (probably not worth the overhead).
2) Use a separate CGI(accessible by HTTP) to act as a proxy, which will forward the request to vote.cgi(using HTTPS).
If vote.cgi can accept HTTP GET, then have a look at...
09:30PM UTC on Sep 02 2008 in YUI Library
-
This error is being thrown because the protocol of the page does not match the protocol of the URI passed to Connection Manager, specifically HTTP v. HTTPS. The underlying transport -- XHR -- requires not only a match at the top-level domain, but the protocol as well. Hence: https://blogs.usc.edu/mt/plugins/PollPosition/vote.cgi will throw a security exception.
07:34PM UTC on Sep 02 2008 in YUI Library
-
This bug report is being forwarded to the author or current owner of the affected component for additional investigation and response.
04:28PM UTC on Aug 26 2008 in YUI Library
-
The error has been corrected, and will be updated at the next site push.
07:56PM UTC on Aug 25 2008 in YUI Library