Activities of "ageiter"

That works, thank you!

I still have 7.4.2 and 2.4.3.

@liangshiwei: I think your change is not yet correct. You wrote the following:

options.MobileMenuSelector = items => items.Where(x => x.MenuItem.Name == "MyProjectName.Home" || x.MenuItem.Name == "MyProjectName.Dashboard");

However, it would be correct to use the constants and not strings.

options.MobileMenuSelector = items => items.Where(x => x.MenuItem.Name == MyProjectName.Home || x.MenuItem.Name == MyProjectName.Dashboard);

@liangshiwei: Perhaps this has already been fixed in your version.

I found another problem. Between screen width of 768px and 991px the text of the settings-context-menu disappear.

Good (> 991px):

Wrong (< 991px):

Here the CSS style:

We have found the solution. The problem was really with the proxy. A proxy was configured system-wide, but the IIS ignored it and sent the request directly to Microsoft. The response then contained the certificate of the honeypot server and not that of Microsoft, resulting in the RemoteCertificateNameMismatch.

Unfortunately, it was not enough to define the proxy in IIS web.config. We had to create a wpad.dat file (for Web Proxy Auto-Discovery). Then the IIS selected the correct route.

Would be nice if you could refund me the question.

The problem still exists in ABP 7.4.2 and LeptonX 2.4.3

In my case and I think I also speak for @DEKUKDEV it is like this:

  1. Login in BlazorApp with TopMenu layout (app was restarted)
  2. Move the mouse over a menu with submenu, normally the menu should open without clicking, but this does not happen.
  3. Now I click on "Administration" and then the menu opens, but only one item is visible in it.
  4. If I do not click on a submenu and leave the menu button, the "Administration" button retains the appearance of an active button. And now the automatic opening of the submenu when hovering over it also works. However, only the first item is still visible in the submenu.
  5. If I now reload the page (F5), then everything works as desired. Open when hovering over it and the complete submenu is displayed.

Please let us know if you were at least able to reproduce the problem. At least 6 people are waiting for a solution, the problem was reported 2 months ago and it doesn't seem like you are doing anything about it (and otherwise you could at least keep us up to date and communicate a bit more about it).

and we'll release new patch versions for LeptonX for 2.4

I think you didn't mean 2.4, but 2.5?

I have now installed 2.4.2 and can confirm that the points you mentioned have been fixed. The others are still open.

Thank you for your answer. In which version are these bugfixes delivered?

Thanks for the update.

I assume points 1 and 2 are also done? In which update will this be included?

Will the question be refunded?

Showing 191 to 200 of 271 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 12, 2025, 10:36
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.