Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Bug with ARIA/html-encoding in SelectItem (breaks eg formatted_export_builtin sample)

$
0
0
Hi Isomorphic,

please see the #formatted_export_builtin-sample and filter for Order ID=514.

DSRequest is (see "itemName"):
Code:

{
    dataSource:"largeValueMap_orderItem",
    operationType:"fetch",
    componentId:"isc_ListGrid_0",
    data:{
        itemName:"<span aria-hidden='true'>&nbsp;</span>",
        orderID:514
    },
    startRow:0,
    endRow:75,
    textMatchStyle:"substring",
    resultSet:[ResultSet ID:isc_ResultSet_0 (dataSource: largeValueMap_orderItem, created by: isc_ListGrid_0)],
    callback:{
        caller:[ResultSet ID:isc_ResultSet_0 (dataSource: largeValueMap_orderItem, created by: isc_ListGrid_0)],
        methodName:"fetchRemoteDataReply"
    },
    willHandleError:true,
    showPrompt:true,
    prompt:"Finding Records that match your criteria...",
    oldValues:{
        itemName:"<span aria-hidden='true'>&nbsp;</span>",
        orderID:514
    },
    requestId:"largeValueMap_orderItem$6272",
    internalClientContext:{
        requestIndex:2
    },
    fallbackToEval:false,
    lastClientEventThreadCode:"TMR3",
    bypassCache:true
}

Reason is the empty-item in the itemName-SelectItem. If you select an other item, it works. This is most likely related to this thread.

Tested with online showcase v10.0p_2015-03-25 and FF26.0 / GC41.

Best regards,
Blama

Viewing all articles
Browse latest Browse all 4756

Trending Articles