Hi @PeteSharp ,
Is this happening in 5.2.7 beta or release? How about 5.2.6 ?
Hi @PeteSharp ,
Is this happening in 5.2.7 beta or release? How about 5.2.6 ?
I went from 5.2.4 (I think it was) to 5.2.7 the other day. I couldnât tel you about 5.2.6 sorry. I updated to take take advantage of some later fixes
I was just curious to see when the issue started. If you have a chance try 5.2.6 to see if you can reproduce it.
Which issue?
This one?
It seems to happen if you use the Bootstrap SVG icons, from what I can gather. Iâm not sure.
So I open a project today, and itâs showing only 1 of the 2 Blocâs in the layer tree? It was fine when it was last used over the weekend.
A couple of restarts of Blocs later and the Bloc re-appeared in the layer tree
A small request that should be easy to add. A simple copy option in the various code areas like page settings, code widget and code editor etc. That should just allow us to copy the contents with a single button press.
Also, there is an interface clash trying to drag down the scrollbar on the right side when it is near the option to open the popup code editor. Attempting to grab the scrollbar and pull it down simply doesnât work, and merely highlights the popup, even though there is no direct interaction. To get around this, I have to use the scroll wheel on the mouse. Iâve not tried this with the Wacom pen, but I imagine it could be tricky there as well.
Asset Manager â If you rename a .webp image, the name will not show as changed in the asset manager. If you right click to change the name again it shows the name had been changed. Just doesnât show the updated naming in the panel.
After a restart of Blocs it resolves the name in the Asset Panel.
Another Asset Manager issue, although this thread seems to be abandoned.
If you have a group selected in the Asset Manager, which you then close, and then later on add a Bloc that contains images, all the images in that Bloc will be added to that last used asset group. Which is not what you expect and a pain if a lot of images are involved and are added to a group you donât want them in.
Two Blocs with the same ID.
One is just a Blocs menu bloc and the other is a basic structure bloc. There is very little in this project. I havenât change any IDs yet. Blocs named these. The first one is sitting in the Global top.
Iâve seen that sort of thing before as well @PeteSharp and obviously it shouldnât be happening in version 5 after 10 years of Blocs development.
I have a curious one here. Iâm using the blockquote bric, which seems to be applying a class to the div automatically, however that class is not accessible via the classes window or the class manager. In a somewhat recurring theme, itâs purple and I cannot see how to change that.
Like the others points raised, this is present with the release version of 5.2.7. On a side note itâs unfortunate that there appear to be so few of us actively testing and offering feedback.
.blockquote is a bootstrap class. You can add it to the class manager and change the border colour to change the purple. Looks like there is some minor style Blocs adds to that class also.
And yes, I agree, seeing these classes would be a big benefit. It would save on creating so many custom classes. A lot of people donât know they are there.
Since the class was clearly not present in the class manager it begs the question how it independently decided to turn purple.
I tried creating a class called .blockquote previously and changed the colour, but it is not making any difference to that quote colour. I deleted the class and tried again, but still nothing. At least the class shows now, even if it seems to do nothing. I even set it to important in the class editor.
Thatâs like stating MacOS has been out since 2001 and it still has bugs. Of course it does, thatâs what software development is all about, especially for the web. The machine is constantly evolving and moving forward, creating new bugs with every release. Many factors create bugs, hardware and software, but sure, come back in 10 years and you will find new bugs, you always will, because the machine just keeps moving forward.
Are you saying code that prevents duplicate ids happening is somehow broken by the OS?
Iâm saying anything can happen when new features and improvements are made to any app including the underlying OS that it runs on. Not to mention the Webkit Browser engine which Blocs uses for the canvas. So there are many moving parts.
Regarding duplicate IDâs
If you give a section an ID and then move it into the global area (which shows on every page), if a section on another page has this ID, then you will end up with a page with two IDâs the same. Blocs doesnât manage this, but it will try and prevent it, if the currently selected page has an ID.
That scenario isnât what happened in may case, you can see Iâm on the home page. Neither of those blocs were added on a different page hence I took a screen shot as thatâs usually prevented.
Related to this issue when using body classes on the canvasâŚ
It seems backgrounds do not show at all when using the body class as a selector to customise a page.
Can you share an example of how you have the body is class set up?
Are you creating the body class in the Class Editor and then applying it to the body using the project settings option?
This is the supported way.