I use the last plugins version (v. 1.4)
I use it in JIRA 5.0.5
In quick-edit mode (edit pop-up)
When i use 'ajax-style input field', the suggestion input box is no more inline with the source field that i'am editting (cf image)
When i am not in quick edit mode, everything is ok :
Don't know if there is a css trick or other to arrange that :!
thank you for the feedback.
Version 2.0 has been released which now uses jQuery instead of Scriptaculous. You might want to try to see if that improves things for you.
There is a quick workaround : put the field on top position of your screen configuration. If you cannot, move them to another "Tab" ... on top position.
https://confluence.atlassian.com/display/JIRA/Defining+a+Screen
The big problem is in link with the use of: Scriptaculous
That css seems correct, but It is interpreted by scriptaculous as "position=absolute;" + indication of top position etc...
I don't know how to force inline, i try to edit that css, nothing right.
The only good answer will be to force the style of
<div id="databasevalues_list_customfield_10001" class="page_name_auto_complete" style="position: absolute; left: 150px; top: 148px; width: 329px; display: none;">
to
<div id="databasevalues_list_customfield_10001" class="page_name_auto_complete" style="position: relative; width: 329px; display: none;"> something like that or "inline in place of relative".
hope there will be a better answer soon.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm on Jira 5.0.1 with plugin version 1.4 and have the same issues, even more pronounced as in the screenshots above. The alignment of the ajax-type field is way out! Please fix this as your plugin is a great way to query external DBs and saves us a lot of time!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.