Closed
Bug 297208
Opened 20 years ago
Closed 20 years ago
css doesn't recognize the css code 'text-align: right;' on input element
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: suporteweb, Unassigned)
Details
Attachments
(1 file)
|
435 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050330 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050330 Firefox/1.0+ css doesn't recognize the css code 'text-align: right;' on input element, but in IE it works ok.. Reproducible: Always Steps to Reproduce: 1. Just access the page 2. Type any character 3. And you'll see that isn't aligned to the right.
| Reporter | ||
Updated•20 years ago
|
Alias: css/text-align
Comment 1•20 years ago
|
||
1. Access what page? 2. Please don't set bug aliases yourself; that's for devs to set if they feel the need.
Alias: css/text-align
| Reporter | ||
Comment 2•20 years ago
|
||
i'm sorry for that. I don't have any address published, just in our test server.
But, it's simple. You pick up ANY web page with an input that uses the following
css ex.:
input.text {
text-align: right;
}
Example:
<input type="text" name="example" class="text">
The text-alignement simple isn't on the right!! Even when it's set to by a css.
How can it be solved? Why does it work ok in IE ?
tks!!
Comment 3•20 years ago
|
||
The attached test case works for me on Deer Park Alpha 1.
Comment 4•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050607 Firefox/1.0+ ID:2005060709 Testcase - WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050509 Firefox/1.0.4 Testcase - WFM
Comment 5•20 years ago
|
||
WFM: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050609 Firefox/1.0+ Please reopen if you have a testcase that fails in a nightly build --> wfm
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•