Perry
1
hello,
when select a image never ending reloads.
iOs 9.3.2
Chrome
kirby 2.3.1
my blueprint:
title: Default
pages: true
files: true
fields:
title:
label: Title
type: title
richtext:
label: Text
type: markdown
size: big
tags:
label: Tags
type: tags
images_post:
label: Image
type: selector
mode: multiple
types:
- all
images_news:
label: News Image
type: selector
mode: single
types:
- image
files:
sortable: true
fields:
caption:
label: Caption
type: textarea
Perry
3
try it with:
iPhone5 Safari: do not work
iphone 6 Safari (Simulator): do not work
Nexus (Android Studio) : work
What about the last question? If it works when removed, it’s probably an issue with the field. @DieserJonas?
Perry
5
The reloads only happens when I click on the Radio Button(Selector fields).
Perry
6
tested on iOs Simulator
Debugger Output
error message: undefined is not an object (evaluating ‘screenfull.raw.fullscreenchange’)
Set up fullscreen mode change event handler
*/
$(document).bind(screenfull.raw.fullscreenchange, self.changeFullscreenModeHandler);
/**
can be that the problem?
greetings perry
Perry
7
Okay, I found the problem.
The file that causes the problem:
Line: 76
https://github.com/JonasDoebertin/kirby-visual-markdown/blob/master/assets/js/visualmarkdownfield.js
in kirby-visual-markdown plugin
There’s an issue in the plugin repository about this. I don’t know if there are any news on that, you will have to ask the developers.
Perry
9
@lukasbestle I think you can mark this issue as solved.
Well, it isn’t solved.
But once it is, you can change the category yourself as well.
Perry
11
Not solved but ‘es sprengt den rahmen’.
1 Like