Menu-Issue after update to 11.0.8

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
matrix
Posts: 7
Joined: 11 Aug 2016, 08:45

30 Sep 2022, 08:17

After upgrade from 11.0.4 to 11.0.8 I have problems with the Icarus menu.

Line:2 Message: Uncaught Error: Syntax error, unrecognized expression: #menuform\:mainMenu_acc_root_8576864d-8f4b-48a7-a698-132de29219d4|0_0 URL: http://localhost:8080/matrix/javax.face ... 8&e=10.0.5 Colno: 31703 Errorobject: Error: Syntax error, unrecognized expression: #menuform\:mainMenu_acc_root_8576864d-8f4b-48a7-a698-132de29219d4|0_0

Seems the same Problem with the '|'-Character as some Users have with Harmony:
viewtopic.php?f=82&t=75914

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

03 Oct 2022, 10:44

Interesting! Could you please make the following change in layout.js?

Code: Select all

restoreMenuState: function() {
   ...
         var menuitem = $("#" + this.expandedMenuitems[i].replace(/:/g, "\\:").replace(/\|/g,"\\|"));    // instead of $("#" + this.expandedMenuitems[i].replace(/:/g, "\\:"))
   ...
 }

Post Reply

Return to “Icarus”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests