[CLOSED] Hidden trigger field does not display in Firefox 4 beta 6

Page 1 of 2 12 LastLast
  1. #1

    [CLOSED] Hidden trigger field does not display in Firefox 4 beta 6

    Hi,

    The 3rd example in the TriggerField overview (where you click the "show hidden trigger") does not work in Firefox 4 beta 6:
    https://examples1.ext.net/#/Form/TriggerField/Overview/

    I thought at first this might be an Ext Js bug and was thinking of reporting it there, but I had a look at their examples and found this one that does work in Firefox 4 beta 5:
    http://dev.sencha.com/deploy/dev/exa...rm/custom.html

    So, I *think* it might be an Ext.Net issue???

    The examples overview above is showing the trigger via a DirectEvent, but it seems a problem via normal Js too:

    <%@ Page Language="C#" AutoEventWireup="true" %>
     
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" runat="server">
        <title>Hidden Trigger field tests</title>
    </head>
    <body>
        <ext:ResourceManager ID="ResourceManager1" runat="server" />
        <form id="form1" runat="server">
            <div>
                <ext:TriggerField ID="SearchTriggerField" EmptyText="Search..." EnableKeyEvents="true" runat="server">
                    <Triggers>
                        <ext:FieldTrigger Icon="Clear" Tag="clear" HideTrigger="true" />
                        <ext:FieldTrigger Icon="Search" Tag="search" />
                    </Triggers>
                    <Listeners>
                        <KeyPress Buffer="500" Handler="el.triggers[0].show();" />
                    </Listeners>
                </ext:TriggerField>
            </div>
        </form>
    </body>
    </html>
    (It works in all the other browsers I tested: IE9 beta preview, IE8, IE7, Chrome, Firefox 3.6. Didn't test IE6 or Opera)
    Last edited by Daniil; Mar 14, 2011 at 5:03 PM. Reason: [CLOSED]
  2. #2
    Hello, anup!

    Yes, there is an issue with rendering when there is the HideTrigger="true".

    At the moment I'm not sure where is the issue - in Ext.Net or in ExtJS 3.3.0.

    We will investigate.
  3. #3
    Hi,

    We don't support any beta or development versions of browsers, if the issue will be reproducible in the final release of Firefox 4 then we will investigate it
  4. #4
    We'll have to wait for the Release or Release Candidate build.
    Geoffrey McGill
    Founder
  5. #5
    No problem. Makes sense.
  6. #6
    Hi, dunno if you will see this or not as thread is marked as "Solved", when the actual issue isn't :)

    But, as per the previous comment, Firefox 4 is now in Release Candidate stage:
    http://blog.mozilla.com/blog/2011/03...now-available/

    Perhaps it is possible to look at this issue now?

    Thanks!
  7. #7
    Sorry, just one other thought: Do you have the ability to change the title of this thread post from

    Hidden trigger field does not display in Firefox 4 beta 6

    to

    Hidden trigger field does not display in Firefox 4 Release Candidate

    Thanks!
  8. #8
    Hi,

    I checked the issue. The fix is easy, just need to remove 'hidden' attribute, i will commit the fix soon
  9. #9
    Awesome. Many thanks!
  10. #10
    Hi,

    Fixed in SVN
Page 1 of 2 12 LastLast

Similar Threads

  1. [2.0 Beta 2] nCannot access Hidden field
    By Alexx in forum 2.x Help
    Replies: 2
    Last Post: May 03, 2012, 9:31 AM
  2. [CLOSED] [1.0] Trigger Field
    By alliedwallet.com in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 05, 2010, 3:04 AM
  3. [CLOSED] [1.0] Trigger field CSS
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 06, 2010, 4:52 PM
  4. Replies: 2
    Last Post: Apr 01, 2010, 1:53 PM
  5. [CLOSED] Trigger Field Display
    By HOWARDJ in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 26, 2009, 6:24 PM

Posting Permissions