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

Job configuration page layout and JS issue in Chrome #78

Closed
alexandis opened this issue Dec 16, 2020 · 3 comments · Fixed by #90
Closed

Job configuration page layout and JS issue in Chrome #78

alexandis opened this issue Dec 16, 2020 · 3 comments · Fixed by #90

Comments

@alexandis
Copy link

alexandis commented Dec 16, 2020

Here's how the page looks like here:

image

The error while trying to parse dates is:

vue:6 TypeError: Cannot read property 'length' of null
at wn.eval (eval at Ya (vue:6), :3:3901)
at wn.e._render (vue:6)
at wn.r (vue:6)
at fn.get (vue:6)
at new fn (vue:6)
at vue:6
at wn.$mount (vue:6)
at wn.$mount (vue:6)
at wn.t._init (vue:6)
at new wn (vue:6)

@cocoon
Copy link
Contributor

cocoon commented Jan 15, 2022

Caused by this:

https://github.com/bamotav/Hangfire.RecurringJobAdmin/blob/master/src/Hangfire.RecurringJobAdmin/Dashboard/Content/css/JobExtension.css#L4

#app {
    position: relative !important;
    left: -229px !important;
}

cocoon added a commit to cocoon/Hangfire.RecurringJobAdmin that referenced this issue Jan 15, 2022
fix for:  Layout issue on configuration page (button is outside of screen, if validation warning pops-up) bamotav#79 
fix for:  Job configuration page layout and JS issue in Chrome bamotav#78 

fixes bamotav#78
fixes bamotav#79
@marcoCasamento
Copy link

I've got the same problem and it seems that the fix can solve it

@LucasBLs
Copy link

I also have the same problem.

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

Successfully merging a pull request may close this issue.

4 participants