I asked on the linked custom field plugin ticket system and while waiting for a response I thought I'd ask here to see if I can get a response quicker.
I installed the Linked Custom Field plugin (http://www.mantisbt.org/wiki/doku.php/m ... stomfields) without issue and almost everything is working the way I would expect.
It seems as though When I report a bug I am forced to refresh the page for the linking to start working. Prior to refreshing the page it seems as though the plugin isn't working.
I'm assuming this is a general issue and not specifically revolving around this specific plugin because I checked the plugins files and compared them against: http://www.mantisbt.org/docs/master-1.2 ... lding.html and everything seems correct.
Is there a configuration setting I Need to change for this to work? Or has anyone encountered this issue before? It's as if the plugin is working to catch an event (Going to the report a bug page) but only after the page has been loaded and delivered to browser.
Thanks in advance
Linked Custom Field Plugin
Moderators: Developer, Contributor
Re: Linked Custom Field Plugin
Is anyone good with Jquery? It seems as though the issue is in the plugin where the page has already been rendered when the jQuery(document).ready function gets kicked off.... any thoughts?
Re: Linked Custom Field Plugin
I found a bit more interesting information - when I go to the bug_report_page.php by clicking on 'Report Issue' link in the top menu I have to hit refresh for the Jquery(document).ready function to execute. However, If I copy the link to the bug_report_page.php and paste it in the browser and go directly to it..... it works first time around.
It now seems as though this isn't firing when accessing it via the link in the GUI.
Continuing to diagnose.
Any assistance is appreciated.
It now seems as though this isn't firing when accessing it via the link in the GUI.
Continuing to diagnose.
Any assistance is appreciated.
Re: Linked Custom Field Plugin
Tested Firefox and everything is working. I will diagnose further.
Re: Linked Custom Field Plugin
Updated to newest browser and issue is resolved.