Product Categroy not responsive in Categroy PopUp ListView/SearchView

We have added the new Product Category to the PopUp search and list views within Products. However, when you select a product category it does not populate in the field and thus you cannot search using a product category.

See the video below showing this behaviour…

http://screencast.com/t/G9Jhvaef

There are also several 404 error on the popUp pages when using Chrome Developer Tools not sure if these are just theme related errors though.

Post your system configuration, have you checked owner and file permissions? Have you ran a quick repair?

Best Regards

SuitCRM is set on LAMP (php 5.5) hosted with Webfaction

I have me permissions as follows
Directory permissions are at 775
File permissions are at 664

config.php
config_override.php - does not exist by default but is created when modifying System Settings
sugarcrm.log
cache/ and all subdirectories and files
custom/ and all subdirectories and files
data/ and all subdirectories and files
modules/ and all subdirectories and files
include/ and all subdirectories and files
upload/ and all subdirectories and files

Have completed many quick repair and rebuilds and it runs without any issues.

here are the 404errors I am receiving in developer tools, I also checked github to see if these files are there, but I don’t see them there either again not sure if it is related to my challange…
http://domain/themes/SuiteR/js/html5shiv.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://domain/themes/SuiteR/js/respond.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://domain/themes/SuiteR/js/responsivetheme.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://domain/themes/SuiteR/js/footable.js Failed to load resource: the server responded with a status of 404 (Not Found)

Set the following permissions on the SuiteCRM directory(Linux):
sudo chown -R www-data:www-data . (if you’re using Debian)
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload config_override.php

And can you verify if the files are there?

Best Regards

I verified that all permissions are correct and all files are present.

I noticed that when I type the category name in the category field and hit enter it works. If I use the select arrow and then click on the category name in the pop up it does not work.

I have also found this to be true on all popups in all modules were there is an additional relate field in the popup as well. If you have a relate field and click on the arrow to activate the popup and then click on target field in the pop up it does not populate the selected text but if you type the text and hit enter it works. see video of this behaviour below…

http://screencast.com/t/ODW0v8obd7NI