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

Comments

woprrr created an issue. See original summary.

woprrr’s picture

StatusFileSize
new116.57 KB
new92.89 KB

I add exemple screenshot with my mobile.

markhalliwell’s picture

This 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.

markhalliwell’s picture

Status: Active » Needs review
StatusFileSize
new792 bytes

See if this fixes it.

woprrr’s picture

See if this fixes it.

YAY ! As usual perfect :) I have tested with Image Widget Crop and all work fine with this patch :) ready to RTBC to me.

markhalliwell’s picture

Title: Impossible to save content in mobile with boostrap » Proxied touch events on dropdown prevent clicking on mobile

  • markcarver committed 50dc734 on 8.x-3.x
    Issue #2862804 by markcarver, woprrr: Proxied touch events on dropdown...
markhalliwell’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.