Opened 14 years ago
Closed 14 years ago
#6058 closed Bug (fixed)
[IE Quirks] CSS-Glitch with file upload fields
Reported by: | Charlie | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | UI : Skins | Version: | SVN (CKEditor) - OLD |
Keywords: | IE HasPatch | Cc: |
Description
Under IE-Quirks mode, the file upload fields are too small. This stems from what appears to be a mis-named CSS tag.
Attachments (4)
Change History (13)
Changed 14 years ago by
Attachment: | 6058.patch added |
---|
comment:1 Changed 14 years ago by
Status: | new → pending |
---|
I'm trying it with IE8+Quirks and it works well for me. In fact, your patch makes no difference.
Can you give us more information about your browser versions? Maybe a screenshot of the issue?
Btw, please always produce patches form the project root (trunk or specific branch), so we can just apply it directly to the root also. Thanks!
comment:2 Changed 14 years ago by
Browser is IE 8.0.6001 on WinXP. I was able to re-produce under both 7/8 mode with Quirks on and IE7 on another computer (I think he has quirks on too).
comment:3 follow-up: 4 Changed 14 years ago by
Also, since I can't figure out how to contact you on the forums, I have to ask for help figuring out what I'm doing wrong when making patches here.
I use TortiseSVN and have set a folder to http://svn.ckeditor.com/CKEditor/trunk which is trunk right?
Then I hit Update SVN, to get the latest stuff. Make my changes, test, then hit create patch and save it. Perhaps it's actually compiled against trunk, but shows the last revision where that file was changed? Is there a way to change this?
comment:4 Changed 14 years ago by
Replying to comp615:
Perhaps it's actually compiled against trunk, but shows the last revision where that file was changed? Is there a way to change this?
As long as you're right-clicking on your local trunk root folder when creating the patch, that should be ok. But it looks like, for this specific case, you have clicked the _source/skin folder instead, so the patch will be relative to that patch.
Changed 14 years ago by
Attachment: | 6058_2.patch added |
---|
comment:5 Changed 14 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | pending → review |
Ok, my Window styles are a bit different, and this may be the case.
In any case, the change should have no drawback, so I'm trusting your tests there to accept it. I'm just targeting it to the 3.4.x branch, just to be sure.
comment:6 Changed 14 years ago by
Ok thanks. Yes I found no drawbacks testing in FF, IE, and Chrome. From a code standpoint I don't see any drawbacks either (Unless someone had an upload box in an iframe somehow) :-P
comment:7 Changed 14 years ago by
Milestone: | → CKEditor 3.4 |
---|
comment:8 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:9 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5774].
Removed superflous iframe, to simply target the class instead (As originally intended I assume)