hello
sometimes when deleting a shout, i can see that there is an error message div but it is empty.
the resulted html code is :

<div title="Click to close" class="error" id="shoutbox-error"></div>

the div is showed but there is no text inside

using firefox 3.6.12 in ubuntu linux

Comments

mstef’s picture

Status: Active » Closed (cannot reproduce)

Can't replicate

gnaag’s picture

Same for me. Appears when I disable all errors in drupal. At least it disappeared when I turned the on again.

gnaag’s picture

Version: 6.x-2.3 » 7.x-1.x-dev
Issue summary: View changes
Status: Closed (cannot reproduce) » Active

The empty error appeared when I disabled all the errors in drupal in Development menu. The shoutbox.css isn't included for unknown reason and that creates an empty error box.

As a workaround I moved content of shoutbox.css to my theme css.

vitalblue’s picture

Status: Active » Needs review

Hi,
I checked this but I couldn't reproduce it.
By default this div is hidden in css file. So if css file can not be loaded this div will be shown.
Please check new version and tell me if this inisists.

Thanks a lot

vitalblue’s picture

Status: Needs review » Closed (fixed)