Error in Chrome while deleting an message
Hi I am facing a problem in chrome. While i am going to delete any item after selecting and deleting its not deleting. not even read and unread.
In console its giving error
"Uncaught TypeError: Cannot call method 'attr' of null mailbox.js:303
$.yiimailbox.submitAjax mailbox.js:303
$.yiimailbox.updateMailbox.$.draggable.containment mailbox.js:61
jQuery.event.dispatch jquery.js:3332
jQuery.event.add.elemData.handle.eventHandle"
While the same code is running in firefox and Ie.
don't know why.. Please help me. I am stuck.
Page 1 of 1
Extension Mailbox Error in Chrome while deleting an message
#2
Posted 22 November 2012 - 01:05 AM
hi Maclein , derek
help me pls..im also stuck with the same problem
help me pls..im also stuck with the same problem
Rajith Ramachandran,
Wiwo inc.
| Mobile: 919995504508
Wiwo inc.
| Mobile: 919995504508
#3
Posted 10 December 2012 - 07:02 AM
Just change line 36 from focus to mousedown event:
To
Should solve the problem.
$('#message-list-form :input').focus(function() {
To
$('#message-list-form :input').mousedown(function() {
Should solve the problem.
#4
Posted 18 December 2012 - 04:50 AM
O-Minds, on 10 December 2012 - 07:02 AM, said:
Just change line 36 from focus to mousedown event:
To
Should solve the problem.
$('#message-list-form :input').focus(function() {
To
$('#message-list-form :input').mousedown(function() {
Should solve the problem.
in which file?
Rajith Ramachandran,
Wiwo inc.
| Mobile: 919995504508
Wiwo inc.
| Mobile: 919995504508
#5
Posted 31 December 2012 - 05:12 PM
Hi,
I am very new to yii. i am trying to use this mailbox extension and i ran into this problem....Some one please help me...Thankx in advance
Alias "mailbox.MailboxModule" is invalid. Make sure it points to an existing PHP file and the file is readable.
I am very new to yii. i am trying to use this mailbox extension and i ran into this problem....Some one please help me...Thankx in advance
Alias "mailbox.MailboxModule" is invalid. Make sure it points to an existing PHP file and the file is readable.
#6
Posted 31 December 2012 - 05:18 PM
You need to follow the installation instructions for the MailboxModule module.
And you also need to read the Yii Guide:
http://www.yiiframework.com/doc/guide/
Don't waste your time, and ours, before you have read it. Thanks.
And you also need to read the Yii Guide:
http://www.yiiframework.com/doc/guide/
Don't waste your time, and ours, before you have read it. Thanks.
"Less noise - more signal"
#7
Posted 08 January 2013 - 11:16 AM
Any one knows how to disable the 'to' dropdown, and is it possible to send the username by url.
Share this topic:
Page 1 of 1

Help













