Problem/Motivation
During tests to support Boostrap theme with ImageWidgetCrop we have seen a certain bug only in Mobile (Iphone 6s plus) bug. When we use boostrap as backoffice theme and add a content (article standard in my case) we edit our content title / body and push to "save & publish" the button seems trigger 'push' event but nothing appear... We can't save a content with boostrap theme and mobile. For Mobile user this bug seems a blocker to contribute.
Path to reproduce :
Prepare instance
Install fresh Drupal 8 (8.x-3.x-dev) instance
Click to appearance menu and set Boostrap as default template + administration theme.
WITH MOBILE
Create content like "article" (`node/add/article`)
Try to save & publish (We can't sadly).
Proposed resolution
Recover normal save on mobile context
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | impossible_to_save-2862804-4.patch | 792 bytes | markhalliwell |
Comments
Comment #2
woprrr commentedI add exemple screenshot with my mobile.
Comment #3
markhalliwellThis is likely an issue with the work done in this related issue.
It currently proxies the various "touch" events.
I wonder if those should just removed.
Comment #4
markhalliwellSee if this fixes it.
Comment #5
woprrr commentedYAY ! As usual perfect :) I have tested with Image Widget Crop and all work fine with this patch :) ready to RTBC to me.
Comment #6
markhalliwellComment #8
markhalliwell