Defect #13794
closedMagnifier (New member and related issues)
0%
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
Updated by Diego Álvarez over 11 years ago
Environment:
MySQL version 5.1.66
Ruby version 1.9.3 (x86_64-linux)
RubyGems version 1.8.23
Redmine version 2.3.0
Updated by Daniel Felix over 11 years ago
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
Updated by Diego Álvarez over 11 years ago
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
Updated by Daniel Felix over 11 years ago
Hi,
no problem.
Which versions (browser) do you use?
Best regards,
Daniel
Updated by Diego Álvarez over 11 years ago
Hi,
Latest versions.
Best regards,
Diego
Updated by Daniel Felix over 11 years ago
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.
Updated by Etienne Massip over 11 years ago
Diego Álvarez wrote:
Ok Daniel, thank you.
Are you using a theme different than the default one?
Updated by Diego Álvarez over 11 years ago
Yes, I'm using a customized one. Sorry, I forgot to mention it.
Updated by Etienne Massip over 11 years ago
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?
Updated by Diego Álvarez over 11 years ago
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.
Updated by Diego Álvarez over 11 years ago
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.
Updated by Daniel Felix over 11 years ago
- 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
Updated by Diego Álvarez over 11 years ago
Hi Daniel,
It works fine!
Thanks a lot for your help.
Best regards,
Diego