Test Page
Bernard test for video
HTML for bootstrap 5.3
It is not possible to add a class in the Wikiplugin (which is another consistency issue between wiki plugins) so it have to be added in the parent div.
Ignore this, just a page for testing.
Test Sunday 03 November, 2024 19:42:36 UTC
I don't ignore pages 😊
Just another testing line...
This will break this page:
16 : 9 ratio
b. 16 : 9 ratio iframe
''This code ..."
Copy to clipboard
{HTML()}
<div class="embed-responsive embed-responsive-16by9">
<iframe src="https://www.youtube.com/embed/2c7pVXTGZSI" allowfullscreen="y"></iframe>
</div>
{HTML}
... will show this video
VIDEO
d. 4 : 3 ratio iframe
''This code ..."
Copy to clipboard
{HTML()}
<div class="embed-responsive embed-responsive-4by3">
<iframe src="https://www.youtube.com/embed/2c7pVXTGZSI" allowfullscreen="y"></iframe>
</div>
{HTML}
... will show this video
VIDEO
For Tiki 7
28 may - jb here testing saving ajax errors
Maybe try without having done a preview...
what else could it be? 3 saves and no error (in Firefox 4.0.1)
trying the click on save directly thing... seemed fine
maybe if you edit for ages?
I bet it only happens when you really don't want it to...
trying with pop-up preview...
Seems the auto save timer is broken 😑
Wonder if that magnify icon to open/close the preview pane is the right icon?
I also wonder if there are any docs about this new preview thing?
Have to go out now, will try more later.
Previously on Tiki 6
In Safari if you make a change and then click directly on the save button you sometimes get an alert about an undefined and irrelevant AJAX error.
Fixed (as far as i can tell)