Menu

#4898 (ok 4.4.7) JS error after selecting a field and press Enter

4.4.0
fixed
None
Normal
2015-05-16
2015-05-10
No

A JS error is thrown after:
- going to structure page of a table
- reloading the page
- selecting a field
- pressing Enter

Error is here (around js/ajax.js:372):
AJAX.cache.add(
data._selflink,
data._scripts,
data._menuHash,
data._params,
AJAX.source.attr('rel')
);
AJAX.source is null, so call to attr fails.

Discussion

  • Marc Delisle

    Marc Delisle - 2015-05-10

    Hugues,
    is this really for 4.4.0 ? How about the latest stable version?

     
  • Madhura Jayaratne

    • assigned_to: Madhura Jayaratne
     
  • Madhura Jayaratne

    • summary: JS error after selecting a field and press Enter --> (ok 4.4.7) JS error after selecting a field and press Enter
    • status: open --> resolved
     
  • Marc Delisle

    Marc Delisle - 2015-05-16
    • Status: resolved --> fixed