Opened 17 years ago
Closed 17 years ago
#1338 closed Bug (worksforme)
Avoid hardcoding border width for Gecko browsers
Reported by: | Matthias Miller | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | HasPatch Pending | Cc: |
Description
Gecko browsers assume that xEditingArea has a 1-pixel border. Changing this to be determined dynamically would allow greater customizability in skins (for example, a borderless editor or an editor with a beveled border).
Attachments (1)
Change History (7)
Changed 17 years ago by
Attachment: | fckeditor.html.patch added |
---|
comment:1 Changed 17 years ago by
comment:4 Changed 17 years ago by
I understand the reasoning, but the problem is that even without this patch I'm not able to see any bug, so I can't tell what is fixing.
Could you please provide a simple testcase or detailed instructions to see the problem (I've tried setting 0px and 10px as the border for the xEditingArea element and it seems to work fine)
comment:5 Changed 17 years ago by
Keywords: | Pending added |
---|
comment:6 Changed 17 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Expired.
Please reopen if you can provide the steps in order to fully test the bug and the patch.
I forgot to mention: To test, I enabled the AutoGrow plugin and changed the default skin to use a different border width for xEditingArea.