Problem in response to the universal theme APEX 5.0 of mouse click

Hello

I use 5.0.0.00.31 with Mozilla Firefox-38.0.5 APEX.

The problem is described below.

When I want to click on the user name, drop-down list, in the list of the navigation bar that nothing happened. The same happened when I click Show/hide the menu button (upper-left) and the 'Developer Toolbar Optinos' button on the developer toolbar.

I can avoid the problem when I press the button, then move the mouse, and after that, release the mouse button. In this case, everything is OK. But you agree with me that this is not a real solution.

I have the same problem, when I use the latest version of the Chrome browser.

For me, it is very strange that no one had the same problem?

Kind regards

Darjan

Pedro wrote:

I use 5.0.0.00.31 with Mozilla Firefox-38.0.5 APEX.

The problem is described below.

When I want to click on the user name, drop-down list, in the list of the navigation bar that nothing happened. The same happened when I click Show/hide the menu button (upper-left) and the 'Developer Toolbar Optinos' button on the developer toolbar.

I can avoid the problem when I press the button, then move the mouse, and after that, release the mouse button. In this case, everything is OK. But you agree with me that this is not a real solution.

I have the same problem, when I use the latest version of the Chrome browser.

For me, it is very strange that no one had the same problem?

If you use a tactile device Windows 8.x, it is probably because of the #21068077 bug. See suite son for details and corrections.

Tags: Database

Similar Questions

  • APEX packaged applications, it is possible to edit the models on the universal theme of the APEX 5. How can I enable editing of model on my applications?

    ..

    716769 wrote:

    Please update your forum profile with a recognizable username instead of "716769": Video tutorial how to change username available

    APEX packaged applications, it is possible to edit the models on the universal theme of the APEX 5. How can I enable editing of model on my applications?

    APEX 5.0, application themes are announced to a default theme. As a result, the theme templates are locked and cannot be changed. To change the templates, unsubscribe the theme of the master.

  • Create the tab navigation links as in Apex5 using the universal theme

    Hello everyone.

    I use Apex 5.0.3 against Oracle 12 c on my laptop Windows7.  I want to create an application that uses the universal theme that also includes the type navigation tab.  I read that the tabs used in pre-Apex5 applications have been written off in favor using the navigation links.  But I see no intuitive method to create these links of the type tab.

    Could someone tell me please a guide or packed app that gives a tutorial step by step on how to proceed.

    Thank you.

    Elijah

    Maybe this helps:

    ORA-00001: Unique constraint violated: easy tab to Apex 5 regions

    Also that:

    Martin Giffy Souza on Oracle APEX: APEX 5: create submenus

    Dimitri Gielis Blog (Oracle Application Express - APEX): APEX 5.0: Bye bye tabs, welcome to the Navigation lists

    -Morten

  • "Topaz" conversion - 4 at the universal theme - 42 on AEX 5.0 theme

    Hello

    I use APEX 5.0 and the "Topaz" theme.

    As an experiment, I'm trying to convert the Topaz - 4 them to the universal theme - 42.

    Then I get the following error message:

    This application can be converted to a theme by using a list-based navigation, because it uses two levels of tabs.

    Please update the application and set the parameters of current tabs to use only one level of tabs before changing the theme. (Go to the error)

    Indeed, my application uses a two-level tabs.

    Updatng demand would mean I want to transform all tabs "two levels" to a 'single-tab' level, manually...

    What are the benefits of using the universal theme - 42?

    Thanks and greetings

    Laury wrote:

    I use APEX 5.0 and the "Topaz" theme.

    As an experiment, I'm trying to convert the Topaz - 4 them to the universal theme - 42.

    Then I get the following error message:

    This application can be converted to a theme by using a list-based navigation, because it uses two levels of tabs.

    Please update the application and set the parameters of current tabs to use only one level of tabs before changing the theme. (Go to the error)

    Indeed, my application uses a two-level tabs.

    Updatng demand would mean I want to transform all tabs "two levels" to a 'single-tab' level, manually...

    What are the benefits of using the universal theme - 42?

    See the guide to universal theme. This explains the benefits of its use; How to convert applications other themes; and illustrates the various components and options included.

    It is available as a sample application in your workspace, you can install and check to see how the models and options are used in the development.

  • How to implement reports region 100% to the universal theme?

    Theme 26 a model "reports 100% region. We use this model to the traditional reports. During the passage of our application to universal theme, we lose the horizontal (width 100%) portion of the classic reporting regions. How can we restore the classic reports area to the full stretch at the universal theme?

    user12045295 wrote:

    Please update your forum profile with a recognizable username instead of "user12045295": Video tutorial how to change username available

    Theme 26 a model "reports 100% region. We use this model to the traditional reports. During the passage of our application to universal theme, we lose the horizontal (width 100%) portion of the classic reporting regions. How can we restore the classic reports area to the full stretch at the universal theme?

    Select the report of stretching in the model of Report Options.

  • Need help using the tabs of the apex to the universal theme.

    I tried using the enkitec boards to create tabs in page apex.

    But I'm unsucessfull and I used the apex as the version 5.

    The theme that I use is universal theme.

    https://www.enkitec.com/Apex/f?p=15300:30310:0:

    Also I'm tired the method too to create tabs below

    Creation of a region of the tab within a page in the APEX

    It's like

    In the HTML header, I'll add the code below

    <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/redmond/jquery-ui.css" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"> </script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.js"> </script> <script type="text/javascript"> $(function() {    $("#tabs").tabs();    $x("tabs").appendChild( $x("tabs-1"));    $x("tabs").appendChild( $x("tabs-2")); }); </script>

    Then I'll create 3 region.

    Region 1 > > > create a HTML region (REGION MODEL = MODEL number) and add the code below in the SOURCE of the REGION

    <div id="tabs"> <ul>    <li><a href="#tabs-1">Employee</a></li>    <li><a href="#tabs-2">Chart</a></li> </ul> </div>

    Region 2 > > > create HTML region... Add two fields to the region now, edit the region

    Add the code below in the header of the region to REGION 2

    <div id="tabs-1">

    Add the code below in the bottom of the region to REGION 2

    </div>

    Region 3 > > > create HTML region... Add two fields to the region now, edit the region

    Add the code below in the header of the REGION 3 region

    <div id="tabs-2">

    Add the code below in the bottom of the REGION 3 region

    </div>

    Example: http://Apex.Oracle.com/pls/Apex/f?p=12060:7

    I used exactly the same code... except that my region 2 contains a REPORT instead of two text field and region 3 GRAPHICS instead of text field.

    Kind regards

    Shijesh

    -------

    Please reward the answer if it was useful / correct


    I used the enkitecs method to create tabs.

    Tabs have been created, but the fields were visible inside.

    Will soon be replicating the scenario of apex.oracle.com

    Maybe someone can help.

    At the same time if there is no easy way to create tabs in apex page please let me know.

    Thank you

    Paul

    Hi pauljohny100,

    pauljohny100 wrote:

    I'd like to learn more about the region view selector

    You have a good resource on it.

    Selector display region is type of region, which shows the navigation links in the form of hyperlinks button for regions where the attributes of the region-> region selector display are set to Yes. Œuvres similar to jQuery tabs.

    Reference: ApEx 4.0 region selector | iAdvise blog (it's blog when it was introduced first in APEX 4.0)

    I have not found any Oracle Documentation on this, but it's taken APEX oracle supported the region type.

    You will find that this implemented in various packaged for example P-Track applications.

    Kind regards

    Kiran

  • Shuttle to the universal theme issue

    Hello

    I am trying to create 3 elements of shuttle in my page. When I on 'Start the new line' Yes to all 3 items,it appears as follows.

    Shuttle1.png

    But I want to display them on a single line. When I try to view them on a single line, it's getting collapsed and is displayed as.

    Shuttle2.png

    It worked fine in version 4 Apex. I'm level to Universal theme. This is where I encounter this problem. Is it possible to fix this?

    Hi Joe Mencis

    I think that this print screens help you solution to your problem

  • Disability - Setup to ignore the movement unstable and irregular button of mouse clicks to the hand tremors.

    I feel the tremors in my wrist, hand and fingers. This means that my hand and fingers shake uncontrollably. These shocks, it is difficult for me to hold my mouse again, on a location. This also means that my unwanted finger marks, double-click. Yes, double-click. My trembling finger can double-click my mouse faster that I can do by intent.

    Is there a setting of the mouse or the mouse driver which can filter the agitation of my hand movements? Maybe it would identify fast movements that do not move in roughly the same direction.

    To solve the problem of double click, I offers an option for the mouse, double-click settings that would create a window of acceptable speeds double click. Instead of having only a recognition speed minimum double click, as we have now, the option applies to a maximum recognition double click speed. Double click would be ignored if the speed is too slow or too fast. This option would create a window or a legitimate speed range.

    Well, in any case. Does anyone know a solution to my problem of hand tremors?

    Dashboard-> Ease of Access Center-> make the mouse easier to use-> on make the mouse easier to use the window under See also (below), click on "mouse settings" (blue link) to open mouse properties-> click "Button" s tab, under double-click speed ", set the speed to your liking.» Double click on the small folder to test. Slow setting the folder opens and close to slow and high speed mouse clicks, while setting high speed works for mice high speed double click. In your case I would choose high-speed where the slow mouse double click on the parameters are ignored, while the speed slow settings double click of the mouse of high speed are not. I hope I could help

  • Problem with responses to the request for the Skype name

    Hello. I'm pretty new to Skype. I couldn't remember my name from Skype, but I was able to connect with my msn address. I wanted to know my Skype name well. I followed the instructions to do so but the sent code has never worked. I tried several times and has failed each time. Someone on my Skype told me what my Skype name is and I tried to sign her, but she won't let me. She would not have taken if I click on the link or entered the code manually. I can access my account with my msn address, as I said. I wish I just had this problem solved with my Skype name, and I don't want to have to get an additional account. Can anyone help?

    If you created a Microsoft account using your [email protected]email address, then your Skype name is onlinexx. However, you cannot use that name as your login ID. The only option you have is to login with your account (email address).

  • Horizontal scroll bar in the model of interactive report region 5 Apex (universal theme)

    Hello

    We have migrated our application from 4.2 (theme: 21 scarlet) to 5.0 (changed to universal theme). Most of our reports are interactive reports and have more than 20 columns to display in the reports. 4.2 in the 'Region of report"model horizontal scroll bar came from bottom of page like below and has been easy for the user to scroll through the options to the right and see all the columns.

    Apex4.2.PNG

    In the universal theme apex 5 with 'interactive report' model in order to see the columns on the far right in the first lines user must scroll the vertical bar first, then scroll horizontal straight bar and vertical bar to go to the top


    Apex5.PNG


    How can you have the scroll as in 4.2 bar region of report model. I think that we need to make some changes in CSS and also need to copy the existing model and make changes and use this model in all reports.


    Thank you.

    RAM


    Hi Tim,.

    Thanks for the reply. I tried this option before posting forum. It did not work. Now, after changing position attribute fixed to the ' Page "(or region) in the report attributes section it works." " When we migrated the app at UT, he has been on 'None '. Problem solved now. Thank you.

  • Strange problem with universal theme, jQuery and APEX 5 on Windows 8.1

    I have a strange problem that makes me crazy. I get it whenever I need to run some jQuery or JavaScript in the new universal theme. This page is a good example:

    https://Apex.Oracle.com/pls/Apex/f?p=93000:600

    Whenever I click on the calendar icon it opens and closes immediately. This happens when I click on and release the quick mouse button. If I do it slowly, click it, wait a second and release the mouse button, it opens as expected. I did the inspection of javascript in the firebug debugging console and I can see that each action runs twice.

    On this page, you can debug:

    https://Apex.Oracle.com/pls/Apex/f?p=93000:16

    by pressing a button.

    I did some tests with some of my colleagues and discovered that this happens only on computers with Windows 8.1 running pages in Firefox or Google Chrome. IE works as expected.

    I invite participants in this forum to do a test for me, if they have one of the browsers mentioned and Windows 8.1. My tests were from two different laptops I (the two Windows 8.1) and also of a virtual machine on Windows 8.1. I was able to reproduce this problem on all three computers.

    I also did the same test with apex.oracle.com and with my local installation of APEX 5.0. They both behave the same.

    I can't reproduce this with applications having the old model like this:

    https://Apex.Oracle.com/pls/Apex/f?p=31517:215

    Thanks in advance.

    Denes Kubicek

    Brad, thanks a lot for the performance test.

    Talking with the main developers of the universal theme, this afternoon, we have now highlighted what we believe to be the cause of this problem. There's code in a universal theme that uses hammer.js and apply a logic of quick click on all the links and buttons, with a few exceptions closely. We believe that it is this code that may be responsible for these questions.

    Please hold fire for more such tests as requested previously, my apologies for any lost time do. We will follow on this thread with results as soon as we can.

    Thanks again for your help so far.

    Kind regards

    Anthony

  • Apex 5 universal theme: too much space between the bar and of the body of content

    Hello

    I work with the universal theme and my client is also enthusiastic about is that I am.

    I observed, this universal theme calculated the margin of the happy body at the end of the rendering and adds something like 100 px space between the menu bar and the content body.

    Many layouts which seems well - for some, it's a little strange.

    Is there a mechanism to place content in the title of body (which would allow almost exactly fill my requirement) or to stop this behavior?

    Or is this just a RTFM issue and I did not foud the manual jet?

    Concerning

    Sebastian

    Thx for your return. I tried to get a workspace APEX on the fly; but he has failed.

    So I had time to check.

    I used to write Javascript Code on Page 0 in the header after regions before putting them in files from APEX 4.0.

    As a result, Universale APEX 5 theme to a misinterpretation of the provision. "Container" (of the region

    ) was placed directly after the header section before the menu bar.

    Then the calculation of the provision made the rest...

    So I moved the "Javascript" - regions in the page footer Section.

    Now, the layout is fine.

    Cordially Sébastien

  • APEX 5.0 customize a universal theme beyond the roll of theme

    Hi all

    We are just beginning to create new applications in 5 APEX and the universal theme and the theme is a fantastic leap forwards.

    It is a real newbie question . If I want to make a few changes to the appearance beyond what theme roller can achieve, as the positioning of the logo on the right side of the Navigation bar rather than the left, which is the recommended best practice to achieve such a change? Remember I want to preserve the scalability of the universal theme in the future.

    Thank you

    Michael

    Hi Michael,

    But, if I create a new model and added to the universal theme, what would be the impact when Oracle has released an upgrade to universal theme? Have I reason to say that only subscribed parties of the theme would respectively, while unsubscribed additional templates would not have?

    Your own templates to have no impact when we improve at UT.

    Another question is: can I change model for a model predefined Options without having to make a copy?

    Unfortunately, this is not possible.

    Concerning

    Patrick

  • How to change the width of the side Navigation Menu with Apex 5 universal theme

    We strive to implement new APEX 5, menu navigation vertical available in universal theme and major limitation, that we face here is the width of the side Menu bar and it seems fixed and we can not change that by changing all the model. can you please let us how we can do it without making major changes in theme templates.Apex5_sidenavigation_issue.PNG

    Thanks for the information of Kiran, but do not go for the shared components and we can save and make the current style Pebble theme it yourself (very cool feature) and regarding the issue I have with this custom style CSS not getting not properly applied is due to the incorrect configuration of services remains. and you can see in the page of the tab style of the universal theme, there is a CSS OUTPUT file Url parameter which is a JSON string (#THEME_DB_IMAGES #11918460990413349.css) and it will not work properly if we do not properly configure the rest services.

    I think I'm all set now, thanks for your help.

  • The upgrade of the sensitive blue 25-theme universal theme

    Hi all

    I hope someone can help me.

    I have recently upgraded to 5.0 APEX and would like the theme of my App to the universal theme (42) of the blue reagent (105). I get the following error:


    Advisor_Errors_1.jpg


    Then I ran the Advisor and move 500 + errors (many of which are the same).


    Advisor_Errors.jpg

    This will be a huge task to solve the errors one by one. Is it possible to fix several pages that have the same error. (E.g. authorization). Really, it would reduce the workload.


    I'd appreciate any guidance.


    Concerning

    Maguzzi wrote:

    I'm looking for the page with 2 levels of TABS.

    Parent tab tab standard plus two levels of tabs.

    I have to delete the Parent TABS?

    Yes.

    This would cause a problem?

    Not part of the shift towards the universal theme. Standard tabs are moved to games tab by default when the parent tabs are removed.

    Obviously you should back up the application before making changes like this, so that you can revert to the previous version if other problems, or you are not satisfied of how the app looks and behaves in the universal theme.

Maybe you are looking for

  • Recovery Manager on the laptop DV6799ea

    Vista 32. Hello I was looking into the recent recovery manager and even if it can help with recovery of pre-installed software and drivers, it does not show how to retrieve Vista OS. So if I had the recovery discs and I lost the OS I can re - install

  • How to install visual c ++ 2008

    I am trying to load a video Sony Vegas editing software package - this requires c ++ 2005 SP1 and c ++ 2008 SP1. I checked my update history and found no reference to c ++ 2008. I then downloaded and ran vcredist_x86.exe from Microsoft website, buy w

  • Need help to create a storage report/monitoring

    vFoglight V 6.1 So our storage has been really slow lately by some of our virtual machine crawl. Whenever I talk to our team of storage, that they speak for EMC and the answer is BUY new more fast/drives or take VM off the LUNS are getting slammed. W

  • can't connect password for windows

    hard drive has crashed, reinstalled the new hard drive with Windows 7. It's a laptop of lenovo. I lost all of lenovo, camera and drivers and other applications so I installed several of them. When I rebooted, it asked me for a password. I have never

  • How can I sync my laptop and desktop, both are Macs, using Lr CC?

    I recently bought Lr CC and I'm working on my Mac laptop. The hard drive is full, so I have all my photos of 25000 on an external hard drive.  To save the external hard drive, I want to put a copy of Lr CC on my desktop Mac.  I installed CRD on the d