Project

General

Profile

Actions

Defect #13794

closed

Magnifier (New member and related issues)

Added by Diego Álvarez about 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Permissions and roles
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

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

Actions #1

Updated by Diego Álvarez about 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

Actions #2

Updated by Daniel Felix about 11 years ago

Hi,

  1. have you cleared your browser cache?
  2. which browser do you need for the test?

If you'll provide these India I can provide a patch tomorrow.

Best regards,
Daniel

Actions #3

Updated by Diego Álvarez about 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

Actions #4

Updated by Daniel Felix about 11 years ago

Hi,

no problem.

Which versions (browser) do you use?

Best regards,
Daniel

Actions #5

Updated by Diego Álvarez about 11 years ago

Hi,

Latest versions.

Best regards,
Diego

Actions #6

Updated by Daniel Felix about 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.

Actions #7

Updated by Diego Álvarez almost 11 years ago

Ok Daniel, thank you.

Actions #8

Updated by Etienne Massip almost 11 years ago

Diego Álvarez wrote:

Ok Daniel, thank you.

Are you using a theme different than the default one?

Actions #9

Updated by Diego Álvarez almost 11 years ago

Yes, I'm using a customized one. Sorry, I forgot to mention it.

Actions #10

Updated by Etienne Massip almost 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?

Actions #11

Updated by Diego Álvarez almost 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.

Actions #12

Updated by Diego Álvarez almost 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.

Actions #13

Updated by Daniel Felix almost 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

Actions #14

Updated by Diego Álvarez almost 11 years ago

Hi Daniel,

It works fine!

Thanks a lot for your help.

Best regards,
Diego

Actions

Also available in: Atom PDF