Opened 16 years ago
Closed 15 years ago
#2987 closed defect (bug) (fixed)
+/- for bottom boxes on write page acts weird in FF
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.0.6 | Priority: | high |
Severity: | minor | Version: | 2.0.4 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Those bottom three boxes (trackbacks, excerpt, and custom fields), when they load collapsed, the +/- is weird and clicking the "+" doesn't actually expand it. It just changes it to a proper + and then clicking again finally expands it.
I'm using Firefox v2.0b1 and it was not a problem previously. I have an old install of 2.1-alpha1 and it doesn't do it there nor do I remember it doing this in 2.0.3. The sidebar ones work fine, it's just the bottom ones.
Attachments (1)
Change History (14)
#2
@
16 years ago
- Keywords needs-patch added; bg|needs-patch removed
This is being caused by changeset 4001. To be more precise, by the addition of the -wrapper divs. If I remove those everyting works again, but the layout goes wonky.
#8
@
15 years ago
- Keywords has-patch added; needs-patch removed
attached diff changes the class names of the wrappers so they are not matched by dbx when it looks for things to dbxize.
#10
@
15 years ago
- Keywords commit added
- Milestone changed from 2.1 to 2.0.6
- Resolution fixed deleted
- Status changed from closed to reopened
This should be fixed in 2.0.x also.
See #3001 also.