Giter VIP home page Giter VIP logo

Comments (7)

givanz avatar givanz commented on May 25, 2024

Thanks for the detailed video, I managed to reproduce and fix the bug.

Please redownload latest.zip and update public/js folder and clear browser cache.

from vvveb.

lilianzzz avatar lilianzzz commented on May 25, 2024

Great, the css is not reset, although now the font size and other parameters from the side menu do not change =)

vivaldi_fO00v8zPCz
Upd -

I tried it in a clean environment - everything is correct on it, maybe the problem is in my template

from vvveb.

givanz avatar givanz commented on May 25, 2024

Thanks for the bug report.

I just checked the heading and the font size was set with the inline text editor, the one that shows on double click on text.

The inline text editor sets the properties with inline style on the element this has higher precedence overriding any change made from the panel that sets the property in css.

I will make some tests and see how to change the text editor to also save to css to avoid this issue.

You can use the text editor to change the font size until it's fixed.

from vvveb.

lilianzzz avatar lilianzzz commented on May 25, 2024

Apparently the IDs were broken, after changing the ID for the title the problem disappeared. It’s true that you have to manually enter at least something into the ID for all elements to “unstick”
image

from vvveb.

givanz avatar givanz commented on May 25, 2024

Fixed it, please update /public/js/vvvebjs/builder.js from latest.zip and clear cache.

For elements that don't have unique identifiers the css selector is generated from parent elements and it applies to all similar child elements.

Sometimes this can be useful for example if you want to change the color for all icons in the same list/section etc

When this it's not wanted it can be solved be setting a unique id.

from vvveb.

lilianzzz avatar lilianzzz commented on May 25, 2024

Thank you very much =). am I closing the issue?

from vvveb.

givanz avatar givanz commented on May 25, 2024

With welcome, you can close it if it's fixed.

from vvveb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.