Defect #13794
closed
Magnifier (New member and related issues)
Added by Diego Álvarez almost 12 years ago.
Updated almost 12 years ago.
Category:
Permissions and roles
Description
If I try to add a new member or a related issue, the magnifier on the left side of the search box maintains its position when you write transparently to the new text, so the first written characters occupy the same position as the magnifier, making visualization difficult.
Thanks in advance.
Best regards,
Diego
Environment:
MySQL version 5.1.66
Ruby version 1.9.3 (x86_64-linux)
RubyGems version 1.8.23
Redmine version 2.3.0
Hi,
- have you cleared your browser cache?
- which browser do you need for the test?
If you'll provide these India I can provide a patch tomorrow.
Best regards,
Daniel
Hi Daniel,
Thanks to your prompt reply.
Yes, I have cleared my browser cache.
Actually we usually use different browsers, such as IE, Firefox or Chrome.
Best regards,
Diego
Hi,
no problem.
Which versions (browser) do you use?
Best regards,
Daniel
Hi,
Latest versions.
Best regards,
Diego
I'll try my luck Friday pm, I can't effort time in this issue earlier. If this is a Redmine issue I'll provide a patch for you to test.
Diego Álvarez wrote:
Ok Daniel, thank you.
Are you using a theme different than the default one?
Yes, I'm using a customized one. Sorry, I forgot to mention it.
Diego Álvarez wrote:
Yes, I'm using a customized one. Sorry, I forgot to mention it.
Which one? Could you try with the default theme?
My theme is a customized alternate theme, with little changes in the background colours. I've tried with the default alternate theme with the same results, while it works fine with the default and classic themes.
If I remove this part of the default alternate theme, it works ok.
/* Fields */
input[type="text"], input[type="password"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
input[type="text"], input[type="password"] { padding: 3px; }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
option { border-bottom: 1px dotted #d7d7d7; }
What I'd really appreciate might be to know how to modify it in order to it to work fine.
- Status changed from New to Closed
- Resolution set to Invalid
Hi Diego,
sorry for my late reply. I was busy the last days.
Just add this rule to your css-file in your custom theme. This will fix your issue.
input.autocomplete{ padding-left:20px !important }
Hopefully this helps you to fix this?
I'm closing this issue, as this aims to a custom theme not to the redmine default.
Best regards,
Daniel
Hi Daniel,
It works fine!
Thanks a lot for your help.
Best regards,
Diego
Also available in: Atom
PDF