again on add tab/remove tab

Hi All,
I have encountered some issues in the add/remove tabs in the main screen.

My setup is SuiteCRM 7.1.1, php 5.3.3 + apache + MySQL 5.1.73

I had some problem in adding more tabs to the home screen (both using a normal user and a superadmin).
I finally discovered that I can add a tab only if I press the enter button instread of clicking on the ok button on the dialog box whoa ask me the tab name and layout.

The second problem is on the tab removal.
even if I press the ok button on the confirmation dialog the tabs still remains.
I have thought to try the same trick, but there is no place to keep the focus on except for the ok button, so Iā€™m now not able to remove the tabs I created.

I have already tried with the quick repair and with the folder permissionsā€¦

hope this helps

Marco.

Hi Marco,

Do you get any JavaScript errors when you click on the ok button? To show these, press Ctrl+Shift+K in firefox or Ctrl+Shift+J in Chrome. Refresh the page and follow the steps to add the tabs, note if there are any errors.

Thanks,

Will.

Hi Will,
I have just made the test but I got NO JS errors; just a warning (Attr.specified is deprecated. Its value is always true)

While trying to find a solution I red the note about the adblock on chrome. I tried to disable it, but it still doesā€™n work.

If it could help, I have noticed that if I try to remove a tab as soon as I log on to suiteCRM, it works! then I am not able to remove any other tab until I logoff and logon againā€¦

Marco.

I donā€™t see any errors in console but I do get a caution on the network tab (only visible if you ā€œPreserve logā€) that shows this:


Request URL:http://domain/index.php?module=Home&action=AddDashboardPages
Request Headers CAUTION: Provisional headers are shown.
Cache-Control:no-cache
Content-Type:application/x-www-form-urlencoded
Origin:http://domain
Pragma:no-cache
Referer:http://domain/index.php
User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36
X-Requested-With:XMLHttpRequest
Query String Parametersview sourceview URL encoded
module:Home
action:AddDashboardPages
Form Dataview sourceview URL encoded
dashName:test
numColumns:1

Not trying to hijack this just giving additional information as I am experiencing exactly the same behavior.

Please see the solution I have posted at:

http://www.suitecrm.com/index.php?option=com_kunena&view=topic&Itemid=1136&catid=4&id=940&limitstart=15

Regards,

YES!
It worked for me!

I only had to modify the RemoveDashboardPages.php to add the id=ā€˜removepageformā€™ to the form

Thanks a lot!

Marco