Gateway to Role-Play
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Bug with "Notifications" Bar

View previous topic View next topic Go down

Bug with "Notifications" Bar Empty Bug with "Notifications" Bar

Post by Guest 10th January 2014, 2:01 pm

Thread: None. The issue is with one of our cool new website features.

Description of the issue: The Notifications bar at the far upper right has some problem when X-ing out old notifications. Sometimes it doesn't X them out at all. Other times it does one or two and then won't work X-ing out the ones under those. Other times it will let me X out all of them, but some linger until I refresh the page.

Screenshot: I would have one, but the screenshot would look normal. It is something you'd have to see happening.

Extra Info: I wonder if this is only a browser issue? I use Mozilla Firefox.
Anonymous
Guest
Guest


Back to top Go down

Bug with "Notifications" Bar Empty Re: Bug with "Notifications" Bar

Post by Ange Tuteur 10th January 2014, 2:57 pm

Hi ,

I have encountered this too. I haven't looked over the entire thing, but it seems there's an issue with the execution of the delete function. I'm not sure what's keeping it from running, but when it fails it will add an anchor tag to the addressbar url.

I'm assuming when this happened it took you directly to the top of the page and there was a hash ( # ) at the end of the page url, correct ?
Ange Tuteur
Ange Tuteur
Administrator


Posts : 444

Back to top Go down

Bug with "Notifications" Bar Empty Re: Bug with "Notifications" Bar

Post by Luna 11th January 2014, 5:40 pm

I had this happen to me once, and just a moment ago when I went to click on notifications it wouldn't let me click it at all.

Just when you click the X button it won't click it and it won't remove it from the list of notifications and when it gets to the last one when you click it, it won't remove the last one. For me I had to refresh the page twice that once and then click the X to remove the last one. I thought it was just my computer at first xD
Luna
Luna
Administrator

GTR's guinea pig

Posts : 9610

http://lunarruler.tumblr.com/

Back to top Go down

Bug with "Notifications" Bar Empty Re: Bug with "Notifications" Bar

Post by Ange Tuteur 11th January 2014, 8:48 pm

I believe it is a problem with forumactif, I got this error from their script when it occured :

TypeError : _o is undefined
FA.js line : 344

One of the variables occasionally becomes undefined which stores essential data.

This should be where it occurs :
Code:
       delItem = function(o) {
            var _o,
                _index = o.index;
                
            FA.Debugger.log(o, _order[_index], jQuery.extend({},_store));
            o.index = _order[_index];
            
            if ( _store[o.index] ) {
                FA.Debugger.log('delItem() : ', o.index, jQuery.extend({}, _store[o.index]), _store[o.index].channel);
                _o = _subscribed[_store[o.index].channel];
                _o.channel = _store[o.index].channel;
                unscribe(_o.channel);
                if ( _store[o.index].text.id ) {
                    $.ajax({
                        url: '/notification.forum',
                        type: 'DELETE',
                        data: {id: _store[o.index].text.id, channel: _o.channel},
                        dataType: 'json',
                        
                        error: function(xhr, txt, error) {
                            FA.Debugger.log('delItem() : Error callback...', xhr.status);
                            FA.Notification.register();
                        },
                        success: function(data, txt, xhr) {
                            FA.Debugger.log(_index, jQuery.extend({}, _store[o.index]));
                            if ( ! _store[o.index].read ) {
                                --_unread;
                            }
                            delete _store[_order.splice(_index, 1)];
                            data.store = jQuery.grep(data.store, _filterEmpty, true);
                            FA.Debugger.log(_subscribed, _o, data.store);
                            if ( data.store && data.store.length ) {
                                _storeItems(data.store, _unread);
                            }
                            subscribe(_o);
                        }
                    });
                }
            }
            else {
                FA.Debugger.log(o);
            }
        }

I will probably bring this up later this week after I fully look over the part I posted.
Ange Tuteur
Ange Tuteur
Administrator


Posts : 444

Back to top Go down

Bug with "Notifications" Bar Empty Re: Bug with "Notifications" Bar

Post by Guest 17th January 2014, 11:55 pm

This has occurred to me as well, once here and several at Forumotion. Ange, should we report this to the appropriate person? The same error came up to me.
Anonymous
Guest
Guest


Back to top Go down

Bug with "Notifications" Bar Empty Re: Bug with "Notifications" Bar

Post by Ange Tuteur 18th January 2014, 4:10 am

I brought it up with the staff in bug reports. Günther said that they reported it about 2 weeks ago to their pro. So I believe we should wait to see if there will be any change. Smile
Ange Tuteur
Ange Tuteur
Administrator


Posts : 444

Back to top Go down

Bug with "Notifications" Bar Empty Re: Bug with "Notifications" Bar

Post by Guest 18th January 2014, 3:58 pm

All right, thanks. We'll keep y'all posted.
Anonymous
Guest
Guest


Back to top Go down

Bug with "Notifications" Bar Empty Re: Bug with "Notifications" Bar

Post by Ange Tuteur 21st October 2014, 11:24 am

This should be fixed now. ^^

( I'll leave this topic open for a week before closing, just to make sure )

10/31 Archived
Ange Tuteur
Ange Tuteur
Administrator


Posts : 444

Back to top Go down

Bug with "Notifications" Bar Empty Re: Bug with "Notifications" Bar

Post by Sponsored content


Sponsored content


Back to top Go down

View previous topic View next topic Back to top


Permissions in this forum:
You cannot reply to topics in this forum