Page 1 of 1

Link problem in agent screen with Win 7 & Chrome

PostPosted: Tue Feb 12, 2013 7:50 am
by rsaaris
Some of the links aren't working when using agent screen in Google Chrome browser. For example the "Alert On/Off" link at the bottom left corner won't work at all and some links in the script window will only intiate from link area that is few pixels tall. This only happens when using Chrome in Windows 7 (32 or 64-bit). In Win XP the links works normally. In other browsers (Forefox, IE, Opera) the links work also flawlessly. Have anybody had similar problems? Is there a some simple fix to this?

Re: Link problem in agent screen with Win 7 & Chrome

PostPosted: Tue Feb 12, 2013 1:39 pm
by williamconley
Different browsers have different idiosyncrasies. You'll need to find out what change would be necessary for this particular browser to activate that link. Then make the change, and create a DIFF file and submit it for inclusion. But beware: If your change would break any other browsers, it will be necessary to create a browser detector for this change to only occur for that browser.

It is possible that this is a matter of "adhering too strictly to a standard" (ie: a missing quotation mark or tag, or something "standards" based). In this case it is entirely possible that fixing it will have no affect on other browsers. But it is also possible that this is something that would break functionality in other browsers.

Vicidial is built around Firefox, but is generally compatible with IE as well. I do not believe it has been modified for Chrome as yet.