Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

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

    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:{
            [B]itemName:"<span aria-hidden='true'>&nbsp;</span>"[/B], 
            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

    #2
    Hi Isomorphic,

    FYI: This is still open with the new online ee showcase from v10.0p_2015-05-07.

    Best regards
    Blama

    Comment


      #3
      This is fixed for builds dated May 12 and later.

      Comment

      Working...
      X