-
Notifications
You must be signed in to change notification settings - Fork 88
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
Innitial tab load doesn't show attribute fields. #63
Comments
ooopss, must be a typo. |
Just remove class "note-tab-content" from 105: div class="tab-content note-tab-content" in summernote-image-attributes.js. It's worked for me. |
Ah, I forgot all about this. I am currently integrating a better solution into the Summernote Skunkworks repository for future release, and making decisions on what to include as the most important options to try and remove the need for tabs. |
Is there a proven fix for this? I can't seem to get it working. |
I just gotta get off my butt and fix it, I again got sidetracked. I have to do some Summernote fixes in the next few days, so I'll add this to the list, as it's needed. |
Thank you! I need to roll this out for my team of developers so that fix will be super helpful. Is auto-fill of the image dimensions possible too? |
I wasn't going to add it to this plugin, as I (should be) am working on integrating the features of this plugin into the core API of Summernote, I was looking at adding the dimensions. |
Oh man if this becomes a core item I am fine then :) I integrated it into a few of my ColdFusion apps - easily the best and easiest editor I have found out there. Thank you! |
Not sure on what the release date is for now, dropping Bootstrap depenance as you would imagine is easy. I've been working on dropping jQuery where I can, and we'd like to also modify things so we no longer rely on the |
Remove `note-tab-content` as a quick fix as per #63 (comment)
I've edited the source as per @San4aus suggestion as a quick fix for now, |
i have done it too, but it still blank, now shown, any other way. thanks. |
Every time i had to toggle between tabs to show the attribute fields on the first tab.
After editting line 179 i solved it with placing a show :)
179: body += '
to
179: body += '
The text was updated successfully, but these errors were encountered: