jEdit Community - Resources for users of the jEdit Text Editor
In firefox, drop downs are not legible. They are close to zero width. Simple CSS fix.
Submitted by Anup on Sunday, 19 November, 2006 - 18:22
Project:
Component:User interface
Category:bug
Priority:critical
Assigned:
Status:active

The community web site, for ages, has had drop downs that cannot be read, because their width is screwed up.

The problem is by the following CSS rule (around line 38 of style1.css)

.box * {
max-width: 100%; /* make sure textarea's and inputs do not overflow the containing box */
}

The * makes EVERYTHING have this max-width, and it is not needed.

Removing it sorts it out. If you really want this just for text areas and inputs, then use this:

.box textarea, .box input {
max-width: 100%; /* prevent overflow of the containing box */
}

This is critical, for it prevents using the web site effectively under Firefox (which I imagine is a LARGE audience for this site) because you can't read the drop downs. User participation will hopefully increase when this is done.
User login
Browse archives
« April 2024  
MoTuWeThFrSaSu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   82348
Context Free Art (*.cfdg)   0.31   46055
JBuilder scheme   .001   18495
BBEdit scheme   1.0   18116
ColdFusion scheme   1.0   18024
R Edit Mode - extensive version   0.1   17473
Advanced HTML edit mode   1.0   16206
Matlab Edit Mode   1.0   16068
jEdit XP icons   1.0   15229
XP icons for jEdit   1.1   14293