-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Corrected slider.itemW ignoring slideMargins #1434
Corrected slider.itemW ignoring slideMargins #1434
Conversation
The current slider.itemW calculation didn't take slideMargin into account, resulting in the behaviour described in woocommerce#1433.
Seems like the calculation is still incorrect. |
@florianjacob how come you closed this? I've assigned it for the 2.6.0 milestone? |
@jeffikus Because I'm not sure anymore whether fixing #1433 is actually as trivial as my commit. I noticed that with my commit, |
Ok, so you are correct, it wasn't as simple as your fix above, but I've added a fix now, the marginRight property was not being added to the elements. That should be sorted now. |
The commit only fixed issue #1373 , not #1433, which is more specific. More details at my new #1433 comment. |
* commit '09d7c72e585dca59891cd6f38a126e37bd30300e': Typo for composter to composer. Updates bower and npm versions, updates readme and changelog. Fixes accessibility issue on pagination controls. CSS version number updated to 2.6.0 Version number updated to 2.6.0 Closes woocommerce#1389 and Closes woocommerce#1390 - adds data-thumb-alt image alt attribute output Closes woocommerce#1419 - removes text select for Firefox issue on carousel and thumbnail image navigation selection. Closes woocommerce#646 - updates demo with solution from @nsickness Closes woocommerce#1431 - fixes accessibility issue for focus elements Closes woocommerce#1434 - adds itemMargin to the slider margin-right for slider items. Closes woocommerce#1368 - fix for play pause accessibility issue. Future implementation will most likely use Aria based controls. Closes woocommerce#1380 - z-index change to stop disabled arrow nav from being clickable. Closes woocommerce#1376 - excuses demo folder from bower Updates demo viewport param separators - closes woocommerce#1382 Closes woocommerce#1421 Updates keywords for composer file. Closes woocommerce#1388 - fix demo video player link Create composer.json
The current slider.itemW calculation didn't take slideMargin into account, resulting in the behaviour described in #1433.