https://bugzilla.wikimedia.org/show_bug.cgi?id=31983

Spitfire <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected].
                   |                            |uk

--- Comment #4 from Spitfire <[email protected]> 2012-01-23 
04:06:35 UTC ---
Copying my comment from bug 33893 to here, for ease of access:

This issue seems to be caused by the fact that the div tag which contains the
cite tool appears like this when the page is first loaded:
<div class="toolbar section section-cites section-visible" rel="cites"
style="display: block;">
Is set to the following when you toggle a different tab: 
<div class="toolbar section section-cites" rel="cites" style="display: none;
position: relative;">
When you toggle back to the cite tab, it is readded to the class
'section-visible', but the position remains set to relative, which causes the
drop down box for "template" to not work, as follows:
<div class="toolbar section section-cites section-visible" rel="cites"
style="display: none; position: relative;">
If you remove 'position: relative;' it works fine again.

Essentially, when you toggle to the cite tab, the position styling for the div
needs to be removed.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to