? Success

User tests: Successful: Unsuccessful:

avatar AbhishekDas
AbhishekDas
2 Feb 2014

Cannot read property 'H5Form' of null

avatar abhishekdas abhishekdas - open - 2 Feb 2014
avatar brianteeman brianteeman - change - 21 Aug 2014
Status New Pending
avatar nicksavov nicksavov - change - 21 Aug 2014
Labels Removed: ?
avatar brianteeman brianteeman - change - 2 Sep 2014
Category JavaScript
avatar rdeutz
rdeutz - comment - 30 Sep 2014

Because #4374 is closed now, what we need to do to get this merged?

avatar rdeutz rdeutz - test_item - 30 Sep 2014 - Tested successfully
avatar AbhishekDas
AbhishekDas - comment - 30 Sep 2014

Not sure why is it still not merged? We all agreed on this long back. @brianteeman can you please check?

avatar roland-d
roland-d - comment - 3 Oct 2014

@AbhishekDas: The html5fallback.js also needs to be updated.

How can I test this change?


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/3024.

avatar roland-d
roland-d - comment - 30 Dec 2014

@rdeutz How can this be tested?

avatar rdeutz
rdeutz - comment - 31 Dec 2014

I had this while using a jquery plugin for file upload, it is something that happens from time to time, haven't got to the point to understand it to 100%.

avatar AbhishekDas
AbhishekDas - comment - 4 Jan 2015

You can test this by requesting an Ajax form submission request for any particular field within the admin form at backend. The element object does not contain the actual form therefore elem.form is null or undefined and validateField function can not process the same. We need to ensure the existence of elem.form before trying to process the same.

avatar roland-d
roland-d - comment - 9 Jan 2015

@AbhishekDas Thanks for your input but this PR seems to have no effect as I cannot even confirm the original error. Unless you have specific steps to reproduce this problem, I don't see the need for this.

avatar roland-d
roland-d - comment - 27 Feb 2015

Closing this in favor for PR #5935 as it is a more proper fix. Thank you for your contribution.

avatar roland-d roland-d - change - 27 Feb 2015
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2015-02-27 19:49:53
avatar roland-d roland-d - close - 27 Feb 2015

Add a Comment

Login with GitHub to post a comment