Ticket #2987 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

+/- for bottom boxes on write page acts weird in FF

Reported by: Viper007Bond Assigned to: andy
Priority: high Milestone: 2.0.6
Component: Administration Version: 2.0.4
Severity: minor Keywords: has-patch commit
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

dbx-declass.diff (2.8 kB) - added by andy on 12/06/06 01:58:51.

Change History

08/06/06 11:39:45 changed by Sewar

See #3001 also.

10/03/06 10:34:25 changed by Nazgul

  • keywords changed from bg|needs-patch to needs-patch.

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.

12/01/06 03:27:46 changed by matt

  • priority changed from normal to high.

12/03/06 22:02:10 changed by matt

  • owner changed from anonymous to andy.

12/05/06 06:57:01 changed by ryan

Just revert [4001]?

12/05/06 20:46:29 changed by matt

Can we fix this without killing the curvy boxes?

12/06/06 00:29:56 changed by andy

  • status changed from new to assigned.

12/06/06 01:58:51 changed by andy

  • attachment dbx-declass.diff added.

12/06/06 02:00:46 changed by andy

  • keywords changed from needs-patch to has-patch.

attached diff changes the class names of the wrappers so they are not matched by dbx when it looks for things to dbxize.

12/07/06 00:08:20 changed by ryan

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [4621]) Don't dbxize wrappers. Props andy. fixes #2987

12/08/06 04:15:02 changed by Sewar

  • keywords changed from has-patch to has-patch commit.
  • status changed from closed to reopened.
  • resolution deleted.
  • milestone changed from 2.1 to 2.0.6.

This should be fixed in 2.0.x also.

12/08/06 15:17:42 changed by markjaquith

Have confirmed this issue in 2.0.6 beta 1. Ryan, is this fix Kosher? I have no objection to slipping it into 2.0.6 if so. It's just a CSS rename...

12/08/06 18:02:42 changed by ryan

I think it's safe for 2.0.6 Go ahead.

12/08/06 22:40:08 changed by markjaquith

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [4632]) Don't dbxize wrappers. Props andy. fixes #2987