Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Footer rendered in the wrong location #32

Closed
274188A opened this issue May 31, 2021 · 7 comments
Closed

Footer rendered in the wrong location #32

274188A opened this issue May 31, 2021 · 7 comments

Comments

@274188A
Copy link

274188A commented May 31, 2021


Abp 4.3.2
Abp.AspNetCore.Mvc.UI.Theme.AdminLTE 0.7.2

Just a small issue here but with using with abp 4.3.2 the footer get placed in the wrong location (above the grid)

I compared it to the standards in the abp samples and my client mvc code seems ok there so assuming the theme is not quite correct?

image

@274188A 274188A closed this as completed May 31, 2021
@274188A 274188A reopened this May 31, 2021
@274188A
Copy link
Author

274188A commented May 31, 2021

just again tested against latest stable Abp (4.3.2) and created a project using abp cli, replace the theme and could reproduce the same problem as described above.

@muhlisatac
Copy link

muhlisatac commented May 31, 2021

Same here and footer is not the only thing in wrong location.

image

@274188A
Copy link
Author

274188A commented Jun 1, 2021

can you spell out the other errors you're seeing? I'm trying to debug this...

@muhlisatac
Copy link

@enisn if you have time can you take a look at this issue? I Added this theme as a project and upgraded the nuget packages also but still same. Pages already in the theme is working but the normal pages i added in the web project having the problem.

@muhlisatac
Copy link

muhlisatac commented Jun 1, 2021

It seems like problem is about abp-table tag helper. If i use

<table class="table" id="GenderTable"></table>

instead of

<abp-table id="GenderTable" />

then it seems ok.

@wakuflair
Copy link
Owner

@Scorpion86

Is it OK now? Can I close this issue?

@muhlisatac
Copy link

Yes you can close this issue. Abp team fixed that bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants