jagdeepjain / sfapi

Automatically exported from code.google.com/p/sfapi
0 stars 0 forks source link

no tooltip id shown for dynamic content on mouse over #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. include the sfapi lib in your FlexApp
2. launch the app and generate some text fields after creating the initial
view ( on click add a new text field to the view)
3. mouse over the new text field

What is the expected output? What do you see instead?

-expected: dynamic text fields have mouse-over tooltips showing the ID
-actual: no tooltips for dynamic elements

What version of the product are you using? On what operating system?

0.2.6

Please provide any additional information below.

tooltips are not shown for any dynamically created components

Original issue reported on code.google.com by alexande...@gmail.com on 28 Apr 2010 at 8:50

GoogleCodeExporter commented 8 years ago
there is the workaround of pressing ctrl+alt+r in the flex app to trigger a
refreshing of all tooltips (hidden in the code :)

still the automatic refreshing does not seem to work correctly

Original comment by alexande...@gmail.com on 28 Apr 2010 at 3:45