Ticket #632 (closed defect: invalid)

Opened 7 years ago

Last modified 6 years ago

Drupal Instal with htmlarea buttons on toolbar disappearing

Reported by: alex.rollin@… Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version: trunk
Severity: normal Keywords:
Cc:

Description

running 4.63 with last nightly from xinha homepage...and most recent htmlarea for drupal.

I click in the text area, and the toolbar buttons, which were grayed out, blink on, then disappear except on mouseover. That don't seem right!

Alex

Change History

Changed 7 years ago by FL

I have the same problem with IE and some themes. I think the problem is in css.

Changed 7 years ago by anonymous

  • status changed from new to closed
  • resolution set to fixed

jjjllll'

}
{{{

}[]
==  ==''''''''''
}}
}}
}}}

Changed 7 years ago by mokhet

  • priority changed from normal to lowest
  • status changed from closed to reopened
  • resolution deleted
  • severity changed from normal to minor

I dont understand the problem here and cant confirm if this ticket is still valid or not.

But I am not ok to let this ticket be closed by anonymous user without giving a reason. So i reopen it and lower the priority and severity until mister anonymous gives us a little more explanation.

Changed 7 years ago by brendan@…

  • priority changed from lowest to normal
  • severity changed from minor to normal

The solution is simple, although it highlights potential issues with Xinha? A containing div tag (a few divs out) is styled with "position:relative".

If you are using Drupal, and using the Pushbutton theme, there are some lines in style.css that say:

/* fix background overlapping text in IE (aka Peekaboo Bug) */ position: relative;

Change it to:

/* fix background overlapping text in IE (aka Peekaboo Bug) */ position: inherit;

I don't have a strong idea of hw you prioritize severity and priority, but this pretty much breaks Xinha until it's resolved. So I changed this to normal/normal.

Changed 6 years ago by ray

  • status changed from reopened to closed
  • resolution set to invalid

That is no theme that is shipped with Xinha

Note: See TracTickets for help on using tickets.