r94083 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r94082
|
r94083
|
r94084
>
Date:
20:12, 8 August 2011
Author:
inez
Status:
deferred
Tags:
Comment:
Input field has to be at least 1px wide, otherwise blur events are not trigged
Modified paths:
/trunk/parsers/wikidom/lib/es/es.Surface.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/parsers/wikidom/lib/es/es.Surface.css
—
—
@@ -7,7 +7,7 @@
8
8
border: none;
9
9
padding: 0;
10
10
margin: 0;
11
- width: 0px;
11
+ width: 1px;
12
12
}
13
13
14
14
.editSurface-input:focus {
Status & tagging log
23:08, 8 August 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r94083
[
removed:
new
added:
deferred]