ComboBox  over HTML text shows link

I have a ComboBox that opens over an HTML text field. The
HTML text field contains html text as links i.e. "<a href="">
etc which change colour on rollOver. Rolling over a link in the
open ComboBox also triggers the rollOver on the underlying html
text!
It's as if the ComboBox is transparent, but I can't get it's
background to be solid so as not to trigger the rollovers
underneath. BTW the html links do not respond in any way other than
to the rollOver. They do not link anywhere if a mouse click happens
in the ComboBox. If the box is closed however, they do link as
designed, to other pages.

The HTML_FORMAT was renamed to TEXT_FIELD_HTML_FORMAT to reflect the fact that it is specific to the htmlText property in TextField, not a general html implementation.
This is working correctly for me:
            var _text:String = "<html><body><span>first line of text, <i>this is italic</i> and <a href='cnn.com'>a link to cnn</a>, 2nd line of text.</span></body></html>";
            var _flow:TextFlow = TextConverter.importToFlow( _text, TextConverter.TEXT_FIELD_HTML_FORMAT);
            _flow.fontLookup = FontLookup.DEVICE;
            _flow.renderingMode = RenderingMode.NORMAL;
            _flow.fontFamily = "Arial";
            var s:Sprite = new Sprite();
            s.x = 30;
            s.y = 30;
            _flow.flowComposer.addController(new ContainerController(s, 300, 500));
            _flow.flowComposer.updateAllControllers();
            addChild(s);

Similar Messages

  • BUG: Flash over html text

    All browser on Linux does not show correctly html and flash
    in these sites:
    http://www.oi.com.br
    http://www.oi.com.br/data/Pages/30E5C7B0PTBRIE.htm
    http://www.gm.com.br and several
    others sites.
    The flash shouldn't be over html text.

    I too am experiencing the same bug with my own site. The only
    thing that makes me feel better about the situation is this problem
    is seen on Adobe's home page as well. If you pull up a browser in
    Linux and view the homepage, you will notice that the pull down
    menu on this site falls under the flash animation.
    My only solution so far is to check the clients OS and if
    it's reported as a Linux box then to serve up a static image
    instead. This only works if the OS is being reported correctly to
    the server... Not a good overall solution though.
    Does anyone know if any fix is underway?

  • Links in dynnamic html text not working?...

    Hi all
    I have a dynamic text field, set to format html.
    The link that loads in the dynamic text field is:
    <a
    href="portfolio_template.php?sec=housing%2F&sub=townhouses%2F&pro=rheingold+gardens%2F&st =2&id=5">Rheingold
    Gardens receives 2006 Building Brooklyn Award</a>
    It does not work.
    If I make a very simple link, like:
    <a href="
    http://example.com">link</a>
    It works.
    I have seen in the Flash (MX2004) doc that
    "<a href> must be a string, up to 128 characters."
    My href string is not longer than 128 chars...
    What is wrong?...
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    Downloads: Slide Show, Directory Browser, Mailing List

    Have tried putting
    http:// in front of your link?

  • Why if using a composition widget as a dropdown target links fade if they extend over a text area

    I am working on a site using the composition widget for a drop down menu. I find that if the target links extend over a text area, they fade out before one can click the link and while this can be overcome for desktop and tablet layouts, it cannot for phone layouts. The link below shows the issue. Any suggestions?
    Sandy Paws || Contacts

    Hi, No luck sorry! I have posted this a few times in the forum and also as a bug but no reply from Adobe! Really annoying as Im having to do a total redesign as a result and its not ideal. If you do manage to work it please do let me know!
    ADOBE PLEASE RESPOND!

  • Expanding Text shows up as links

    I have something odd going on. I use RoboEngine and publish
    all my projects together. A majority of my projects show the
    expanding text produced by using the Glossary Hotspot Wizard
    correctly, but a handful is showing the terms for the expanded text
    as LINKS. The color of the terms that are being displayed correctly
    is red, the ones showing up as links are blue and are underscored.
    My procedure for all my projects is the same when I'm running the
    Glossary Hotspot Wizard. Any comments or suggestions?
    Vick

    Hi Vick
    I think what is working against you here is the simple fact
    you are using RoboEngine. This indicates you are either using
    RoboInfo or are producing WebHelp Pro outuput. I'm guessing that
    you are in a very small minority. As such, there is simply a dearth
    of folks experienced with your product.
    Are you able to produce regular WebHelp? If so, does the
    problem manifest then? Assuming the answer to both of those
    questions is "yes", then maybe we can help. But until we do know
    the answer, I'm guessing we are all assuming it may be something
    simply related to using RoboEngine as opposed to being more generic
    in nature.
    Cheers... Rick

  • Mouse over HTML link causes single frame to display at top of page Netscape only

    Having a wierd problem. When you run the mouse over HTML
    links on the page a single frame of the flash movie apears at the
    top center of the page. It only happens in netscape in firefox
    mode. IE, Opera, and Firefox do not have the problem.
    Problem site
    Thanks in Advance,
    Vorsch

    The problem goes away if i modify my .css file by removing
    the
    border: 1px solid #999999;
    line from the "a:hover" style.
    I ran my css file thru the validator at w3c and its fine. The
    Page also validates as xhtml transitional.
    and just a note the same file version is on my public server
    and my testing server.
    Has anyone ever seen this before?? I have several sites with
    a:hover effects and flass media and have never run across this
    before.

  • HTML text not showing properly in CR 11

    I am trying to display the html text in the crystal report but the first screen shot displays something ugly text interpretation:
    But when i change the text interpretation to HTML then instead of showing nice html tags like ul, li AND table tags it is not recognizing the html tags at all
    is there any way to display the html nicely???????

    Not all HTML tags are supported by CR.
    Per KB 1657131, the supported HTML tags in CR2008 and later are:
    html
    body
    div (causes a paragraph break)
    tr (causes only a paragraph break; does not preserve column structure of a table)
    span
    font
    p (causes a paragraph break) 
    br (causes a paragraph break)
    h1 (causes a paragraph break, makes the font bold & twice default size)
    h2 (causes a paragraph break, makes the font bold & 1.5 times default size)
    h3 (causes a paragraph break, makes the font bold & 9/8 default size)
    h4 (causes a paragraph break, makes the font bold)
    h5 (causes a paragraph break, makes the font bold & 5/6 default size)
    h6 (causes a paragraph break, makes the font bold & 5/8 default size)
    center
    big (increases font size by 2 points)
    small (decreases font size by 2 points if it's 8 points or larger)
    b
    i
    s
    strike
    u
    strong
    ol (ordered list)
    ul (unordered list)
    li (list item)
    -Abhilash

  • I have made a webpage in HTML with several links to JPGs / GIFs. The text matter opens perfectly but not the images. Please help me

    I have made a web page in HTML with several links to JPGs / GIFs. While text matter opens up perfectly, but not the images. Please help me.
    == This happened ==
    Every time Firefox opened
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; CTS Version; .NET CLR 1.1.4322; .NET CLR 2.0.50727)

    URL of that web page?

  • Can i show an HTML text on JLabel

    Can any body help me about showing HTML text on a JLabel component!!
    Thanks.
    Neeraj

    http://forums.java.sun.com/thread.jsp?forum=57&thread=151899

  • When i open facebook and only text shows and all is to the left and when i open hotmail nothing shows on my screen and other webpages have problems also when click at a link all the text comes up also to the left in my screen whats wrong ???

    When i open facebook and only text shows and all is to the left and when i open hotmail nothing shows on my screen and other webpages have problems also when click at a link all the text comes up also to the left in my screen whats wrong ???

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    See also:
    * http://kb.mozillazine.org/Websites_look_wrong
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

  • False Overset Text in Links Panel

    Mac OX 10.6.4
    CS5
    This is the problem I'm encountering: When I export to .pdf, Indesign Crashes. I've been able to narrow it down to one specific file and actually specific pages. But here is something I've noticed and cannot figure out. I've got three .psd linked files that are showing up as overset (OV) in the links panel, therefore when I click on them ID says it can't show me them because they are in over set text. But my live preflight says there is no over set text. ID jumps to pages still when I click that link but that whole story has no overset text. (i.e. not red overset in the outbox and no overset text in story editor mode. I can't figure out where those three linked objects are or how to select them to delete them. Any thoughts?

    I would suggest running through the same steps as above (which it sounds like you've done) to see if you can isolate a problem, and in addition you might want to try exporting the stories to InDesign Tagged Text, then create a new file, move over the master pages, and place all the exported stories.
    Also, be sure everyone is updated to the 7.5.3 patch.
    dcald wrote:
    The links panel indicates that the images are in overset text but we know for a fact that they are from a previous issue and are no longer in the ID file. Also, preflight indicates that there is no overset text in the file. It is one flow thoughout the entire file. Attempts to create PDF fail consistently. Each time someone has had to build the file again from scratch which for a file over 60 pages long, is not good for feelings towards the ID/InCopy.
    This implies to me that you "recycle" document instead of building a template. ID is pretty stable, but no layout program is perfect and each time you do a save you introduce the possibility of small errors in the file. Somnetimes those small errors become big problems.
    You can reduce the risk of problems on recurring publications by creating a template that contains your master pages, color swatches, styles, and any "static" content that might not be on a master page but still does not change from version to version. Each new version should be made from the template, so it is always a fresh second-generation copy.

  • Plain Text URL links not working in the Windows 8 Mail App for only one account.

    Hello,
    I just started using a Surface Pro, and randomly one of the accounts I have setup in the "Modern" Mail app stopped parsing the pain text URL path that was included in them.  Specifically links to forum discussions.  I have 4 other Win
    8 devices and they display the links fine.
    More confusing is this issue happens ONLY with my O365 mail account and only on one PC.   I have an Outlook.com account and it renders the pain text URL as a clickable link, but when I send the same email to my O365 account it just shows up as
    text, no link generated.  All in the same Windows 8 Mail App.
    I ran the Windows 8 App Troubleshooter, I've reinstalled the Mail app,  I've removed and re-added the mail account.  Nothing fixes this.  Anyone know why?
    Thanks,
    Joe

    Same problem for us, the link is also not rendered, if the mail is sent to an on-premise Exchange server.
    Its only for plain-text messags, HTML-messages work fine.
    Why is this problem ignored? The app is useless with that limitation.

  • Need to Remove html text in Saved PDF from OBIEE Dashboard

    Hi,
    It's OBIEE 10g related issue...
    Customer wants a Dashboard as PDF, Dashboard has a footer which has a HTML link. While saving this Dashboard into PDF file, it has the HTML text in footer place rather than HTML link.
    Can you please help me on this issue that how to resolve this.
    Thanks in advance...

    Hi,
    This is a known bug in OBIEE. Refer to :
    BUG:7369585 - SUPPORT OF HTML TAGS IN PRINT TO PDF (NARRATIVE VIEW, DASHBOARD TEXT OBJECT)
    BUG:7476622 - HTML TO PDF NARRATIVE AND OTHER FORMATTING DIFFERS
    BUG:8787191 - NARRATIVE DOES NOT DISPLAY CORRECT FONT SIZE AND CENTER IN PDF
    BUG:9372634 - HTML TAGS SHOWN WHEN PRINT/EXPORT TO PDF
    NOTE:749246.1 - OBIEE 10g: When a Report is Downloaded to PDF Format it Shows the Embedded HTML Option Tag Values in the Report.
    BUG:12826562 - HTML TAGS AND CODE USED IN COLUMN FORMULA ARE VISIBLE IN REPORT PDF
    BUG:5747757 - NARRATIVE VIEW IN PDF DOES NOT KEEP FORMAT
    The workaround is to print the report to Excel or HTML.
    Thanks,
    -Amith.

  • Static  text corrupts randomly in html text region

    Hi,
    I am creating on a page a series of hide/show regions with static html containing images stored in the database. The tags in the html are pretty straight forward, just a few &lt;p&gt;, &lt;br&gt; and <img></img>. The size of the region is about 400-1000 characters. The problem is when I run the page and display the region, I see characters missing from the displayed page or are corrupted. For example an "&lt;br&gt;" tag I inserted would turn into "&amp;lt;br>" or an image name "SummaryOutput.jpg" would be "SumaryOutput.jpg". Sometime the missing character are not even in the text I generate but in the substitution string like #WORKSPACE_IMAGES# where some images gets complete path while others are missing one character in the uri (e.g. "et" instead of "get"). This happens about 70% of the time for some regions with multiple images. The ones with only one image link don't seem to have the problem.
    How I created the region is this.
    1. creating an an HTML Text Region, hide/show (although I did tried switching to no-template and the problem still existed).
    2. upload the images into the db and not assign them to any application.
    3. create my html doc using MS Word and save as "filtered htm".
    4. open the html doc using TextPad and edit the image links to using the db image (e.g. <img src="#WORKSPACE_IMAGES#imagename.extension" alt="Image Title">
    5. Cut&Paste the html code into the Resource textarea of the HTML Text Region. Click "Apply Changes"
    6. Display the page. Most of the times the page displays fine, but when there are two or three images (less than 70kb each) contained in the html code I often see the randomly missing characters.
    7. When I do view source on the page, I see that the link to the images are corrupted.
    8. When I do edit page and look at the region->source. Sometimes I see the characters changed but sometimes not (eg. The name of the jpg is correct in the textarea but wrong in the output page)
    Here are the things I've tried which did not work.
    1. Remove all html tags from the html, keeping only the <img> tags. So only plain text and <img>
    2. Do all the work in one IE6 browser window instead of using two sessions of FireFox and an IE. I thought maybe session states are conflicting.
    3. I see the same problems in both IE and Firefox so I don't think it's a browser issue, at least on the viewing end.
    4. There are no items in these regions, just text and images.
    The behavior I am seeing is completely buzzard to me and I've exhausted all my methods of debugging. I did some searching on the forum and did not see any problems approaching what I am seeing on my server. Has anyone seeing anything like this or have an idea where to look for the problem?
    Thanks,
    Wayne
    Edited by: [email protected] on Jun 25, 2009 1:10 AM

    nope - it's set to static. I do have a link embedded using
    the properties panel and thought that might be the reason. It
    wasn't. Strangest thing. I've recreated some of the text boxes and
    they are working. It's happened a few times to me - and I'm
    beginning to think it is a quirk in Flash 8.

  • Problems with flash transparent drop down menu over html in some browsers

    Hi everyone... this is my first post and it's about an issue
    that's causing me a few problems.
    I'm currently designing/ building my company's web site, the
    test page be viewed here: www.musflashtv.com/test.htm
    1) This layout contains an embeded flash movie (.swf) with a
    transparent background, this is the main navigation.
    The flash navigation has a drop down menu that animates down
    and covers the html page (containing links) below.
    The problem is that in most current browsers such as; Firefox
    2.0.05 (links below template don't work), Netscape 8.1.3
    (navigation drop down and links don't work) and Opera 9.10 (links
    below template don't work), any links just below the 'invisible'
    transparent area coverd by the navigation can't be clicked 'through
    the flash file'. The exception is IE 7.0, everything is fine there.
    (it hasn't been tested in any mac browsers though).
    Because the area below the navigation on
    www.kitachi.info/work is one large dummy jpeg file, the link below
    would be a much better example to look at.
    http://www.musflashtv.com/shows/ind...tlight-Sessions
    The flash navigation is embedded in the html (tlp) template
    file using the code below and aligned using an external style
    (.css) sheet, this html code not only embeds the flash movie but it
    also tells the browser to display it's background and as
    transparent. The flash movie is embedded in a layer that sits above
    the table.
    3) The flash embed code:
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
    name="shows-navigation-tranparent" width="851" height="300"
    align="top" class="flash-navigation"
    id="shows-navigation-tranparent">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie"
    value="flash/navigation-tranparent.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#000000" />
    <param name="SCALE" value="exactfit" />
    <embed src="flash/navigation-tranparent.swf" width="851"
    height="300" align="top" quality="high" wmode="transparent"
    bgcolor="#000000" name="navigation-tranparent"
    allowscriptaccess="sameDomain" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    scale="exactfit" />
    </object>
    Does anybody know of any code that can solve this problem or
    know a different way of creating a flash navigation with a drop
    menu that can be embeded over html?
    Any help or advice would be greatly appreciated especially as
    this issue is holding back progress in a big way.
    Thanks in advance guys!
    Adie

    It's IE-only behaviour as a result of changes Microsoft made
    last
    year to their browser, regarding how Active Content (Flash,
    Quicktime etc)
    is handled, after losing a high profile court case.
    http://blog.deconcept.com/2005/12/15/internet-explorer-eolas-changes-and-the-flash-plugin/
    Background:
    http://en.wikipedia.org/wiki/Eolas
    See also
    http://www.adobe.com/devnet/activecontent/
    If you're running Dreamweaver 8.0.2, the fix is already built
    into DW's
    interface.
    If not, try
    http://blog.deconcept.com/swfobject/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "swizzle_16" <[email protected]> wrote in
    message
    news:eqr0ib$48r$[email protected]..
    > Help please, I've put together a website using a drop
    down menu system
    > that
    > needs to drop down over a flash animation - I've managed
    to get the drop
    > downs
    > to go in front of the animation using the transparent
    tag - but each
    > option has
    > to be clicked on twice to get the link to work.
    >
    > Does anyone know how I can change it so the link needs
    to be only clicked
    > once?
    > The drop down menu system I've used is : * AnyLink Drop
    Down Menu- ©
    > Dynamic
    > Drive (www.dynamicdrive.com)
    >

Maybe you are looking for

  • Modify Text "Create Shopping Cart" in Webdynpro SRM 7.0

    I work with SRM 7.0 and we want change text of IVIEW when i create a shopping cart. The text is "Create Shopping Cart" and we must modify it. Information about IVIEW but don´t find modify it.... General Information About the Application and Component

  • Error in IS_SELECT Phase ERP 6.0 Upgrade

    Hello, I am in process of upgrading SAP R/3 4.7X200 to ERP 6.0 SR3. During IS_SELECT phase of PREPARE, I am facing following error. Cannot set current directory to " SAPTRANSHOST\sapmnt\trans\EPS" Logon failure : unknow user name or bad password. The

  • Assigning Territory Attribtues Using Rule Builder

    Hi , I am not able to assing the Territory Attributes using the Rule Builder. 1. I have create the Rule Policy and Rule set in the Rule Builder. 2. Under the territory I assigned myself as employee and I have created a Rule saying that 'if the Accoun

  • Dynamic queryin based on number of inputs provided

    I have 7 columns in a tables for which the user can put in values in the fields in the front end and query. The 7 columns have 7 corresponding fields in the front end. But the querying has to be dynamic ... i.e the user does not have to enter all the

  • What code will announce 'loading'

    I have a Web page with 1000 XML records that takes about 5 seconds to load. Can I add js or other code as an HTML widget in iWeb to warn user to wait for table to appear. Host is not me.com Thanks