Bug #2251
closedWt 3.3.1 errors (may be a javascript error)
0%
Description
Please see the attached screenshot describing the error. It looks like a Javascript error.
Ideas or suggestions to solve this are welcome...
Files
Updated by Koen Deforche about 11 years ago
- Status changed from New to Feedback
Hey,
Can you capture the last 'POST' request response body (using a tool like Firebug or Web Inspector) before you get this error?
Is this a regression from 3.3.0 ?
regards,
koen
Updated by Momo LALMI about 11 years ago
- File wt_post_errors.pcap wt_post_errors.pcap added
Hi Koen,
I have attached a capture file (.pcap format) that contains POST requests. The last POST request fails.
I think this is a regression from 3.3.0.
is Wt 3.3.1 still compatible with MSVC 2008 (even if it does not support C++11 ?
Thank you in advance for your help,
Best regards,
Updated by Wim Dumon about 11 years ago
There are no known specific problems with MSVC 2008. Wt itself does not require C++11 to compile, and the examples that use it are skipped on older compilers.
BR,
Wim.
Updated by Koen Deforche about 11 years ago
- Status changed from Feedback to Resolved
Hey,
Thanks for the capture. This is a glitch that slipped into git (only about a week ago?). A fix is on its way!
koen
Updated by Momo LALMI about 11 years ago
Thank you Wim for your answer about c++11 and Koen for solving the issue.
This may also fix the strange behaviour of WTreeView with Firefox (always scroll to top).
Best regards
Updated by Momo LALMI about 11 years ago
Please post the modifications on git once done :)
Updated by Koen Deforche about 11 years ago
- Status changed from Resolved to Closed