5
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
* Merged bugfixes from 1.2 branch (r562)
Josh Gertzen
as pra9ma
More... over 17 years ago
* Improved GridBox & DropDownGridBox rendering times by 50% or more.
Josh Gertzen
as pra9ma
More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
* Corrected issue "1674605 - Internet Explorer using IP Address, thinwire script error" - ThinWire will now detect whether the browser supports GZIP and if it does not, it will decompress GZIP'd resources so the browser can handle them. This should get around the various issues people have been running into and allow IE6 to run without HTTP 1.1... cause you know how important that is ;) Also, it will write a WARNING to the log when a user-agent that doesn't support gzip is encountered.
Josh Gertzen
as pra9ma
More... over 17 years ago
* Test for "1755335 - #weird Horizontal Scrollbar behavior"
Josh Gertzen
as pra9ma
More... over 17 years ago
* Corrected issue "1862846 - SmartTabbing: Excludes Firefox on other platforms"
Josh Gertzen
as pra9ma
More... over 17 years ago
* Corrected issue "1806089 - Focus looping bug"
Josh Gertzen
as pra9ma
More... over 17 years ago
* Added Test for "1806089 - Focus looping bug"
Josh Gertzen
as pra9ma
More... over 17 years ago
* Corrected issue "1838042 - Rendering of RadioButton triggers 'checked' event". Turns out that the property changes for RadioButton's would fire twice when done in a certain sequence. The cause was a bug in RadioButton.js. The setChecked method did not utilize a second sendEvent parameter. A test named RadioButtonCheckedEventTest has been created in the ThinWire Tests application (apps/test/trunk) to demonstrate the problem on revisions prior to 578.
Josh Gertzen
as pra9ma
More... over 17 years ago
* Test for issue "1838042 - Rendering of RadioButton triggers 'checked' event"
Josh Gertzen
as pra9ma
More... over 17 years ago
* Made the GridBox.Column.DEFAULT_SORT_COMPARATOR member public so that it can be used for ahead-of-time column sorting via the Collections.sort() method. Per the bug item: 1838466 - setSortOrder and setSortComparator do not work in DropDown.
Josh Gertzen
as pra9ma
More... over 17 years ago
* Test for "1838466 - setSortOrder and setSortComparator do not work in DropDown"
Josh Gertzen
as pra9ma
More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
* Corrected issue "1840738 - Background color not restored for disabled fields". The disabled colors for backgrond and font should work correctly in all cases outlined in the Colors.xml of the built-in styles.
Josh Gertzen
as pra9ma
More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
* Fixed an issue with the clientSideIncludeFile command related to the recently added support for remote files.
Josh Gertzen
as pra9ma
More... over 17 years ago
* Corrected issue "1862053 - Security: Resource URI's can be accessed from all sessions" - Resources are now properly segregated by application instance. Additionally, the performance of the resource cache should be better now.
Josh Gertzen
as pra9ma
More... over 17 years ago
* 1862053 Security: Resource URI's can be accessed from all sessions
Josh Gertzen
as pra9ma
More... over 17 years ago
* Corrected an issue with the sending of the text value of an editor component. A recent change made it so that the text value is always sent to the server on change even when no listener is established.
Josh Gertzen
as pra9ma
More... over 17 years ago
* Merged bugfixes from 1.2 branch (r561)
Josh Gertzen
as pra9ma
More... over 17 years ago
* Added support for changing the new Hyperlink properties.
Josh Gertzen
as pra9ma
More... over 17 years ago
* Unified the common features of Hyperlink and Label under an interface called LabelComponent. With this change, Hyperlink can be treated as a Label in every way. This also means that Hyperlink implements the alignX and wrapText properties just like Label does. BEHAVIOR CHANGE: A side effect of this is that Component's getLabel() method will now return an instance of the LabelComponent interface rather than Label. To correct your existing code, you can either cast the return value of getLabel() to a Label, or you can alter the dependent code to use the LabelComponent interface instead.
Josh Gertzen
as pra9ma
More... over 17 years ago
* Experimental support for setting the initial frame title using the 'initialFrameTitle' init-param.
Josh Gertzen
as pra9ma
More... over 17 years ago
* Corrected issue "1847205 - Set image richtext format" As reported, the problem occurred when a non-existent "local" (i.e. <img src="non-existent-file.png"/>) image resource is referred to in a rich text tag. Non-existent remote resources were not causing a problem. When the issue occurred, it would result in the WebServlet getting improperly signaled that a new application instance should start. This led to a major inconsistency between the server model and client, and ultimately it caused an error state in the browser after clicking around a bit. Unfortunately, due to a missing 'alert' statement in EventManager.js the underlying error was hidden.
Josh Gertzen
as pra9ma
More... over 17 years ago
* XOD: added support for CDATA sections for text properties More... over 17 years ago
* Merged bugfixes from 1.2 branch (r558) More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
* Corrected issue "1819633 - DateBox in Internet Explorer 6 problem"
Josh Gertzen
as pra9ma
More... over 17 years ago