-
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.
2008-12-10 17:42:51 UTC 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...
2008-10-13 18:37:12 UTC 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.
2008-09-19 02:41:04 UTC in YUI Library
-
The documentation error has been fixed and will be pushed to the site shortly.
2008-09-09 20:03:19 UTC 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.
2008-09-05 19:27:55 UTC 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.
2008-09-03 20:21:49 UTC 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...
2008-09-02 21:30:15 UTC 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.
2008-09-02 19:34:47 UTC in YUI Library
-
This bug report is being forwarded to the author or current owner of the affected component for additional investigation and response.
2008-08-26 16:28:55 UTC in YUI Library
-
The error has been corrected, and will be updated at the next site push.
2008-08-25 19:56:39 UTC in YUI Library