openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
ThinWire Ajax RIA Framework
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 12 hours
ago. based on code collected
about 12 hours
ago.
Jul 24, 2024 — Jul 24, 2025
Showing page 6 of 23
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Corrected the issue discussed here: https://sourceforge.net/forum/message.php?msg_id=4636093. Apparently there is an issue caused by using openLocation to call back to the same ThinWire application URL. This is necessary in order to switch from HTTP to HTTPS and vice-versa. The problem relates to the use of of the "WaitForReturn" version of the clientSide call of WebApplication. The wait version is used to prevent local/server resources referred to in the URL from being deleted from the ThinWire Resource Map before they are retrieved by the web browser. However, it's unnecessary to use the "wait" version for simple URL references that do not point back to local/server resources, so now the code will check to see if it should use the "wait" version based on what the URL contains.
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Implemented feature request "1723500 - UserObject for GridBox.Row". Added the userObject property to
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Corrected issue "1837342 - Application shutdown may cause CPU to peg 100%". Reworked the shutdown procedure to work correctly in this case and hopefully in all other cases. Testing revealed that the problem was related to how the SHUTDOWN event was handled in the ApplicationEventListener. The SHUTDOWN handler was expecting the frame to be visible and it's behavior was not designed to handled if it was already false. Now all shutdown states should be handled properly and efficiently.
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Corrected issue "1837480 - Client exception on browser resize after shutdown". The problem was that the resize listener on the window was never being removed on frame destroy().
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Added support for changing & listening to property event changes for the selectionBeginIndex, selectionEndIndex
Josh Gertzen
as pra9ma
More...
over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Corrected issue "1837320 - EditMask: Bad data sent to server on multi-key press". The problem turned out to be related to a problem that was caused by revision 400.
Josh Gertzen
as pra9ma
More...
over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Corrected issue "1835357 - XOD: java.security.AccessControlException processing Style".
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Corrected issue "1835010 - FileChooser: getFileInfo() triggers upload everytime".
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Corrected issue "1835005 - Embedded Apple WebKit not detected as valid browser". The user-agent detection for Safari now looks for AppleWebKit instead of Safari since that search always works for all uses of the AppleWebKit rendering engine.
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Corrected issue "1834998 - Safari 3: Refused to set unsafe header Content-Length". Since the server-side portion of the framework does not rely in anyway on the Content-Length HTTP header, I have removed the setting of the value from the client-side XHR call. This allows the framework to work with Safari 3.
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Corrected issue "1834990 - Safari 3: TYPE_MISMATCH_ERR: DOM Exception 17". The problem was traced down to an invalid "undefined" index parameter being passed to the setColumnWidth function within the GridBox component. The setColumnWidth was then executing a call against the DOM to find a node at an invalid index. Previous versions of Safari as well as all other current browsers accepted this fault, but Safari 3 properly tightened down on things and it led to this problem.
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Resolved "1834984 - EventManager: Endless loop causes slow performance". Since ThinWire no longer requires an eventLoop to continuously run, I was able to remove this old behavior and improve framework wide performance. This change technically removes the postViewStateChanged method (it now just aliases to sendViewStateChanged). The reason for this is that the original purpose of 'postViewStateChanged' is not longer valid. Originally, postViewStateChanged allowed the client to "batch post" events, thus avoiding communication to the server until the client requested it or 100ms had passed with no further events. This is now handled automatically by the natural behavior of the event timer that actually does the event sending. Since timers don't execute until the current call stack completes it's execution, the same "batch post" behavior occurs naturally since related event posts almost always occur within a the same call stack.
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Updated version number to reflect trunk status. To get the latest
Josh Gertzen
as pra9ma
More...
over 17 years ago
* Merged bugfixes from 1.2 branch (r511)
Josh Gertzen
as pra9ma
More...
almost 18 years ago
* Fixed issue 1810519 - DropDown: Does not close when panel is scrolled
Josh Gertzen
as pra9ma
More...
almost 18 years ago
* Fixed issue 1810485 - Dialog: Modal layer causes application lockup
Josh Gertzen
as pra9ma
More...
almost 18 years ago
* Added test to demonstrate dialog modal layer issue.
Josh Gertzen
as pra9ma
More...
almost 18 years ago
* Merged bugfixes from 1.2 branch (r507)
Josh Gertzen
as pra9ma
More...
almost 18 years ago
* Fixed issue 1810451 - Menu: Does not respond to click events when added to
Josh Gertzen
as pra9ma
More...
almost 18 years ago
* Fixed issue 1784453 - EditMask: Amounts Are Not Allowing Max Number of Digits
Josh Gertzen
as pra9ma
More...
almost 18 years ago
* Fixed issue 1807345 - NullPointerException in Application.getDefaultStyle()
Josh Gertzen
as pra9ma
More...
almost 18 years ago
* Merged bugfixes from 1.2 branch (r503)
Josh Gertzen
as pra9ma
More...
almost 18 years ago
* Fixed issue 1809804 - TableLayout: Removing Rows/Columns Leaves Empty Space
Josh Gertzen
as pra9ma
More...
almost 18 years ago
* Fixed issue 1798974 - Refresh feature does not reestablish timer tasks
Josh Gertzen
as pra9ma
More...
almost 18 years ago
* Fixed issue 1802945 - MessageBox.confirm() doesn't work with international
Josh Gertzen
as pra9ma
More...
almost 18 years ago
* Merged bugfixes from 1.2 branch (r499)
Josh Gertzen
as pra9ma
More...
almost 18 years ago
* Fixed issue 1801304 - Adding a Component to a Container at a specific index
Josh Gertzen
as pra9ma
More...
almost 18 years ago
* Merged bugfixes from 1.2 branch (r497).
Josh Gertzen
as pra9ma
More...
almost 18 years ago
←
1
2
3
4
5
6
7
8
9
10
…
22
23
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree