Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 4.0 (Release)
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows 7
Browser: Internet Explorer 8.x
Language Found: English
Description
Code:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<s:layout>
<s:VerticalLayout paddingBottom="50"
paddingLeft="50"
paddingRight="50"
paddingTop="50"
gap="5"/>
</s:layout>
<s:VSlider id="sliderMin"
dataTipPrecision="0"
minimum="1"
maximum="100"
snapInterval="5"
stepSize="5"
height="100"
value="20"/>
</s:Application>
Steps to reproduce:
1. Press left mouse button and drag slider. Tooltip appears.
2. Don't release left button and press right mouse button. Flash context menu pops up.
3. Release left button and release right button. Flash context menu still open
4. Drag slider again
Actual Results:
Previous tooltip remains and displayed together with current tooltip. One may create as many hang tooltips as desired. See attached screenshot.
Expected Results:
Old tooltip cleared and only one tooltip displayed
Workaround (if any):
None.