Hello all!

 

Here are some of the XAP issues that I fixed in the past three months. 

The list is grouped by widget type; it is not in chronological order. 

 

 

Table/TreeTable:

1.       Column sizing code improved in both FireFox and Internet
Explorer

2.       It is now possible to add the image along with the text in
Table Cell and also specify image width and height and placement
relative to the text.

3.       An issue has been resolved where setting cursor shape on Cell
at design time would throw an error. The code actually sets style
attribute on parent element and that is not available when constructor
runs.

4.       An issue has been resolved where setting certain attributes at
design time on Table with auto-generated ID would throw an error in
FireFox. That's because auto-generated ID had colon (":") in it.

5.       Columns grow when sorting in IE - this was fixed by using
getMarginBox/setMarginBox functions.

 

TabPane:

1.       It is now possible to add image to Tab along with the text.

 

Window:

1.       An issue has been resolved where JavaScript would throw an
error when mouse clicked on Title bar. 

2.       An issue has been resolved where setting maximized attribute on
Window at design time would throw an error.

 

FreePane:

1.       Fix for Table rendering incorrectly in FreePane - changed
"onresize" event to fire off after table has been added.

 

 

VerticalPane / HorizontalSplitPane:

1.       An issue has been resolved where dragging split pane slider
sometimes does not work with FireFox - this was due to that Node does
not have Style until attached to the main DOM tree. Fixed by adding
checking for "style" property before setting or getting an attribute.

2.       Fix to memory leak when adding to and removing from
VerticalPane -a temporary HTML node is required to create a Dojo widget
and that node needs to be cleared afterwards (fix to DojoWidgetBridge).

 

TextArea:

1.       An issue where TextArea value could not be changed by changing
the value of "text" attribute. That was fixed by making changes in
PluginDocumentHandler and TextAreaBridge classes.

 

HtmlView:

1.       IE 6 renders ' incorrectly. Suggested workaround is to use
'.

 

            

 

Feel free to contact me if you have any questions or comments. Also, an
actual code and more information on these issues can be found in JIRA.

 

 

 

Thanks,

 

 

 

Michael Mikhaylov

 

Reply via email to