Hello there,

I just tested this module and apart from issue "Edit and delete anonymous participant just by node owners or admin" I am affected by a bug that hinders users to edit or delete the participants list when they're using Safari 7.0 (9537.71 is the exact version I am using).

The buttons appear while hovering the mouse cursor above a name, but as soon as I move the cursor out of the rectangle that contains the name of a participant the box the buttons disappear.

I have tested both Google Chrome and Firefox and they work fine.

Regards
vex

Comments

SebCorbin’s picture

Tested with Safari Mac version 7.0 (9537.71)

I can hover on a name and then click on any button. I don't know what to say :-/

metaprox’s picture

I have the same problem with Safari Mac Version 6.1 (7537.71)

vexxx’s picture

Hello Seb!

Did a short video documenting the issue:

http://youtu.be/cQb8Gk1QtDw

As you can see the bug does not hit everytime. When I move the mouse cursor very fast I can actually reach the buttons.

Regards
vex

Pomliane’s picture

It's probably a CSS issue related to your theme. Simply try to move the appearing div closer to the tab so that there is no space between both.

steamx’s picture

I've got the same problem with Firefox 26.0. Could be the same issue with the CSS. But it is still a minor issue for this module.

SebCorbin’s picture

Issue summary: View changes

I will include a bit of Javascript to hide these after a timeout.

SocialNicheGuru’s picture

I was on chrome when the issue happened for me.

benjaminarthurt’s picture

I was able to correct this issue by editing makemeeting.css
I changed:

.makemeeting-table .answer-editable .answer-edit {
  left: -4.7em;

to

.makemeeting-table .answer-editable .answer-edit {
  left: -3em;

and am now able to use the delete/edit images without issue.

SebCorbin’s picture

Status: Active » Fixed

Fixed with some Javascript timeout, if there is a gap between the buttons and the table row, you should override your theme's CSS.

  • SebCorbin committed fa263b2 on 7.x-2.x
    Issue #2118267: Edit and delete buttons do not work in Safari
    
SebCorbin’s picture

Version: 7.x-2.0 » 7.x-2.x-dev

Status: Fixed » Closed (fixed)

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