Announcement

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

    SNAPSHOT_v9.1d_2014-01-16/PowerEdition Issues

    Took your advice and trying to upgrade to the latest version. First big problem I am encountering is in editable listgrid. Note that this is also a browser-related issue.

    -Using SNAPSHOT_v9.1d_2014-01-16/PowerEdition Deployment (built 2014-01-16)

    -Firefox 12 and below (because Selenium does not support anything higher)

    In our product we have a blur function on certain column that contain triggers.

    I see the blur being called twice - the first time comes from the blur action. The second time comes from
    "getInstanceProperty" - I've attached a screenshot of the stack. This issue does not happen in internet explorer and the latest firefox
    Attached Files

    #2
    That stack is misleading - the method that is being reported as getInstanceProperty() is actually a callback that has been installed by your code, seemingly to updateData() or a similar API. You should be able to see the actual code inside the method and locate it in your codebase that way.

    Also note - you mention the blur event, the timing of firing of this event is inconsistent across browsers in a way that cannot be worked around. We generally recommend methods such as editorEnter/editorExit in place of using blur or focus events.

    Comment

    Working...
    X