bueltge / Chosen-for-MantisBT

Chosen for MantisBT add the jQuery plugin Chosen that makes long, unwieldy select boxes much more user-friendly.
http://bueltge.github.io/Chosen-for-MantisBT/
MIT License
3 stars 1 forks source link

In 'View Issue' , Chosen plugin hides values #7

Closed drspot closed 7 years ago

drspot commented 7 years ago

Hello,

I'm using Chosen plugin (see attached file for version) for MantisBT, version 2.1.0. In 'View Issue' page, at the bottom, the combo box of action to be performed for selected issue, I cannot see values, since they are hided (see screenshot). Since Chosen plugin is very useful for us, is there a way to change this behavior? Additional info: this is tested with IE, Chrome and FF --> same behavior chosenbug choseninfo Thank you in advance

bueltge commented 7 years ago

Thanks for the usage and hint. Currently I haven't a 2. installation for fixing this, so that I will install a 2 version and look for your problem. Best.

drspot commented 7 years ago

@bueltge Thank you for your feedback! Do you have a rough idea about when you could have a look on it, and let me know if it is fixable? Thanks in advance!

Best.

bueltge commented 7 years ago

Hi @drspot please add your configuration for your status. I f I check this with an default installation, always the topic is non existent for me, because all status are to short for your problem. thx. mantisbt-status-13

drspot commented 7 years ago

Hi @bueltge ,

here attached, you can find 2 files:

It seems like it aligns combo keeping the right side position of the box, while it should use the left side... Best

drspot commented 7 years ago

BTW, the marked entry in previous 'Configuration02.jpg' screenshot is the longest I have

bueltge commented 7 years ago

You can download a new version that should fixed this issue https://github.com/bueltge/Chosen-for-MantisBT/releases/tag/1.2.2 Please try this and give feedback. If is fine, I will release that version. Best.

drspot commented 7 years ago

Unfortunately, with 1.2.2 I have the same behavior... Shouldn't it be aligned to the left instead? immagine

bueltge commented 7 years ago

Have you reload the page, flush cache in your browser? Is your Mantis online, so that I can see this problem?

drspot commented 7 years ago

Yes, I have reloaded and cleared the cache , but problem still there. Mantis is on our intranet , not online

bueltge commented 7 years ago

Please check this. Load your mantis in Chrome, then F12 for the Webinspector. Now use the selector, Ctrl+Shif+c or 1. in my screen. Find the element and it should selected. get me the same screenshot, so that I see the 4. on the right side, the css rule. You should habe the same rules from 4. If not, if is not reloaded, is the old version. mantisbt-f12

drspot commented 7 years ago

image Here you are

bueltge commented 7 years ago

You are really shure, that you have copy the css files of the plugin? Especially the chosen.min.css in lib/

Please check your mantis-url.com/plugins/chosen/lib/chosen.min.css and search in this file .chosen-container.chosen-with-drop .chosen-drop. The rules for this selector should have {right:auto;z-index:9999}

drspot commented 7 years ago

yes, I'm sure image

drspot commented 7 years ago

You mean that you have tried with a very long entry as I have, and in your installation everything works as expected?

drspot commented 7 years ago

Hi @bueltge , I've tried to modify CSS, and here the results: immagine

This is exactly what I need! The changes in CSS are the following: image

LEFT instead of RIGHT

Is this ok or should it have some unwanted side effects? Best

bueltge commented 7 years ago

That's works not for me. I have your result of the screenshot, if I use right. Your solution should only works, if you add left: auto; right: auto;. Please try this, Thx.

bueltge commented 7 years ago

I have implement, so that you can download the current master for a valid test - https://github.com/bueltge/Chosen-for-MantisBT/archive/master.zip

drspot commented 7 years ago

It works! Thank you!

bueltge commented 7 years ago

Thanks for your tests, feedback. The version is now online, taged as 1.2.2.