FLUID-3448: Buttons visually break when clicking

Metadata

Source
FLUID-3448
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Justin Obara
Created
2009-12-18T08:52:04.000-0500
Updated
2010-12-13T16:36:54.550-0500
Versions
  1. 1.1.2
Fixed Versions
  1. 1.3
Component
  1. Infusion Builder

Description

Buttons visually break when clicking

about 10% of the button at the far left hand side stays fixed, while the remainder depresses on click.

Steps to reproduce:

1) check one of the checkboxes

2) click the "Reset Selection" button

Environments

IE 7 & 8 (Win Vista)

Comments

  • heidi valles commented 2010-11-17T12:19:15.906-0500

    remove button background images. will solve IE6 opacity issue as well (change bg colour instead)

  • Justin Obara commented 2010-11-19T08:58:41.374-0500

    "Bug Parade Infusion 1.3"

  • heidi valles commented 2010-11-19T14:39:18.861-0500

    This patch replaces button images and opacity with background/foreground colours for both enabled and disabled states.

    IE renders disabled button text with a drop shadow and I don't think this can be controlled with css.

  • heidi valles commented 2010-11-19T14:53:26.412-0500

    my patch includes style fixes from 3841

  • Anastasia Cheetham commented 2010-12-13T15:35:18.400-0500

    I've reviewed Heidi's fix for this and it looks good. I've committed it, but Justin: You should test this on Vista before closing it, since that's where the problem was observed. I only have XP.

  • Justin Obara commented 2010-12-13T16:36:54.521-0500

    Tested on IE in Windows Vista. All looking good now.