-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Upgrade to v1 breaks with applications using Bootstrap 4.6 #2522
Comments
@januszm, I think you're hitting a few things here, one of which was a mistake by me.
Could you try with current |
@nickcharlton thanks for your quick reply, let me clarify this as I was already able to resolve issue 1. First, problem with template from 0.19 that was customized, and below are diffs that solved it:
(valid_action? => accessible_action?)
this is I believe what caused the no method error Search box with weird blue background on hover (see attachment) Datepicker actually WORKS but it uses white font color on white background which of course makes the text invisible and suggests that it isn't working. (see attachment) |
@nickcharlton also, the last two (visual) issues are solved on the So the potential, future "Upgrade to v1" Guide should contain information about the need to re-generated the customized partials and re-apply added code. I think that's all. |
One more request, I noticed that after the upgrade the Or, can I somehow enforce applying this class to specific field? .preserve-whitespace {
white-space: pre-wrap;
word-wrap: break-word;
} |
Alright, cool! I'll add a mention to explicitly call that out in the migration guide. It is something we started highlighting in the CHANGELOG, but that's always easy to miss. |
Re: |
This addresses some comments raised in #2522.
ReL |
UPDATE: @nickcharlton please disregard my comments about
|
Ah, hah! Excellent. Glad to hear you figured it out. Is that everything you were having trouble with? |
All good now. I'd make this section of the migrating .md file a bit more detailed, e.g.
|
Oh, yes, that's a great idea. I'll do that. I'll close this now, but please open new issues if you find problems. |
This addresses some comments raised in #2522.
Upgrade from 0.19 to v1 beta causes the following errors on pages that use custom modifications in view templates:
Plus a bunch of weird frontend issues, like Search input becomes blue on hover, or Datepicker not working at all. Does it use Bootstrap 5 ? and if yes, if the main app already uses Bootstrap 4.6
Originally posted by @januszm in #2518 (comment)
The text was updated successfully, but these errors were encountered: