Bug Report: Navigation Bar Subscription Popup LOV

Hi,
it looks like that the popup LOV for the "Reference Master Navigation Bar From      List of Values" property of an navigation bar, just shows the name of the navigation bar if the "Icon Image Alt" is filled out. But actually the "Icon Subtext" is the required property for an navigation bar if it's text only.
Patrick
My APEX Blog: http://www.inside-oracle-apex.com
The ApexLib Framework: http://apexlib.sourceforge.net
The APEX Builder Plugin: http://apexplugin.sourceforge.net/ New!

Thanks, Patrick, I've noted that.
Scott

Similar Messages

  • Bug Report Tool Bar Icon Missing

    I'm using the latest version of Safari on 10.7.3. I always kept the bug report icon on the tool bar to have a quick way to send a report when necessary. Today when I had an issue I noticed the icon was gone and when I went to the View menu to customize the tool bar I saw that the icon was missing from there as well. I know that Report Bugs To Apple is under the Sfari menu and I used that but I'm wondering why the icon was removed from this version.

    Yes, it seems to be gone.
    As for why ...
    I don't see how anybody here could know what the developers were thinking.

  • Bug report : Navigator display wrong messages in package body

    Just run some code , you can see the Navigator display wrong messages in the package body,but the package work fine in sqlplus / toad or other tools.
    create or replace package SIMPLE AS
    Procedure simple_proc ;
    END;
    create or replace package body SIMPLE AS
    Procedure simple_proc
    IS
    v_tname varchar2(100);
    begin
    SELECT PERCENTILE_disc(0.5) WITHIN GROUP (ORDER BY tabtype DESC)
              INTO v_tname
              FROM tab;
    END simple_proc;
    END;
    Then open the package body in the Navigator (Connection Pane==> Connection Name ==> Packages ==> Simple Body ) , and show the error message:
    Unexpected token
    Missing Expression
    But if I just create the procedure out of the package , it work fine.
    CREATE OR REPLACE
    Procedure simple_proc
    IS
    v_tname varchar2(100);
    begin
    SELECT PERCENTILE_disc(0.5) WITHIN GROUP (ORDER BY tabtype DESC)
              INTO v_tname
              FROM tab;
    END simple_proc;
    /

    This has already been discussed a number of times (see http://forums.oracle.com/forums/search.jspa?objID=f260&q=Unexpected+token).
    As I understand it, it is related to the parser that SQL Developer is using to display the package decomposition in the navigator not coping with the full PL/SQL and SQL syntax (largely analytical functions from memory).

  • Bug report: Navigating process definitions

    If I create a bunch of after submit processes on a page with sequence 10, 20, 30, 40 and then re-order them by changing the sequence no, HTML DB gets confused.
    On the Page Definition, I see them in the order I want, but when I click on process 10, I get both the "<" and the ">" buttons and when I click on the ">" button, I jump to process 30, not 20.
    I think the initial order in which the processes are defined somehow "sticks". Instead, it should navigate based on the current sequence numbers assigned to the process.
    Thanks

    Is this going to be fixed in 2.0? Thanks

  • BUG REPORT: iPhone 4 Crashes When Adding Contact to Favorites

    Here are the exact steps I went through to reproduce the problem.
    Go to settings and set up an exchange account to work with Google Sync. The instructions are here:
    http://www.google.com/support/mobile/bin/answer.py?answer=138740&topic=14252
    After syncing your contacts, go to the Phone app. Go to Favorites and hit the "+" button to add a favorite. Use the search bar to find a contact (important). Once you find the person you want, select them from the list, and when you do, the app crashes.

    I have no idea how to share this bug with Apple.
    Go here: http://www.apple.com/feedback/iphone.html and choose *Bug Report* from *Feedback Type* popup menu.
    Before doing that though, try to confirm that the same thing happens on other iPhone's and it does it after a reset or restore.

  • Problems with popup lov in report in Apex 4.0.2.00.08 XE 11g is a bug?

    I had a report in Apex 3.2 in XE 10g. The type of field was popup lov(editable)
    i defined a trigger on change to load data from database and fill anothers fields.
    to know in wich row change this field i have the nex javascript code
    var vRow = pThis.id.substr(pThis.id.indexOf('_')+1);
    in this release works fine and return 1 (0001) for the first rows, etc etc
    in the new version 4.0.2.00.08 in XE 11g the same code return 0000, but if i put a trigger in a field(column)(editable too) of the same row returns 0001, Is this a bug? or in apex 4 change the ordinal of rows for popup lovs only?
    thanks
    The current version of apex is 4.0.2.00.08 XE 11g (the release included with the database ) and runs in Windows Vista and internet explorer 8
    Edited by: DanielB on Jun 13, 2011 11:52 AM
    Edited by: DanielB on Jun 13, 2011 11:57 AM

    when i put the mouse over the popup lov in release 3.2 , on the console bar i can see javascript:genList0_f01_0() for the first record and javascript:genList0_f01_1() for the second
    in release 4 and 4.1 javascript:genList0_f01_$_row() for the first record and javascript:genList0_f01_1() for the second, i think this is my problem......

  • Strange behavior when Popup LOVs has read-only condition and Bug Report

    Hi,
    I observed an inconsistent behavior of Popup LOVs when the read-only condition is true. In that case the defined lov query is used to map the internal value of the page item to the display value defined in the lov query.
    What is the reason for this behavior? Because if the Popup LOV is in "edit mode" the page item value is just displayed without looking up the display value. The display value is just used for the popup lov. Mapping the value is normally a behavior of the popup key lov.
    -> The result is that different values are displayed if the page item is in edit or read-only mode. That's not really the behavior someone would expect.
    BTW, there seems to be a bug with "Display Extra Values" set to "Yes" in the case read-only is true. If the lookup doesn't return a value it just displays [ ], but because the property is set to yes it should display the value. The Popup Key Lov has the same bug.
    Thanks for bringing some light into that behavior
    Patrick
    Oracle APEX Essentials: http://essentials.oracleapex.info/
    My Blog, APEX Builder Plugin, ApexLib Framework: http://www.oracleapex.info/

    Patrick,
    I've added your comments to a task already in our queue to examine all item types for correct behavior in read-only mode. I've noticed the quirks with display extra values also.
    By the way, still interested in your thoughts re: Re: Bug Report: Images broke when using get_blob_file_src and not authentic .
    Scott

  • Bug report: 3.2; DAC; GridControl; Navigation - Invalid reaction to mouse drag

    Hi,
    This is a bug report, I think.
    I have a one-column GridControl with mandatory column. Normally, DAC framework prohibits from navigation out of empty field and emits one of those DAC-1002 or DAC-603 errors. The only exception I noticed was a double-click on another row. In this case navigation allowed but an error is still produced.
    Today I was playing with this GridControl and discovered that I can drag the yellow frame across rows. And here comes a bug - GridControl doesn't change the current row on InfoBus according to current selection marked by yellow frame.
    In my case it brings the following problem: if the cursor is placed on the new empty row, user drags the cursor to another row and then tries to use any other navigation means except dragging, he gets a navigation error. DAC framework still thinks that the current row is the empty one and produces an error telling that the attribute cannot be empty.
    Dev Team, any comments?
    Regards,
    Vladimir

    Hmm... Nobody answers. I'll try another variation of the same question.
    DAC framework implicitly validates attributes on the base of Mandatory constraint in the Entity Object definition. Is it possible to set the level of this validation? For example, I want to conduct validation only when user navigates out of the row or the whole rowset, but not when he just leaves a field.
    Regards,
    Vladimir

  • Popup lov in a report is not working if I have an order by caluse

    I created a form manually using the document from the url:
    http://otn.oracle.com/products/database/htmldb/howtos/tabular_form.html#MANUAL
    I used the following query from that document.
    select htmldb_item.hidden(1,empno) empno,
    ename,
    htmldb_item.select_list_from_query(3,job,'select distinct job, job from emp') job,
    htmldb_item.popupkey_from_query(4,mgr,'select ename, empno from emp',10) mgr,
    wwv_flow_item.date_popup(6,null,hiredate) hiredate,
    htmldb_item.text(7,sal,10) sal,
    htmldb_item.text(8,comm,10) comm,
    htmldb_item.select_list_from_query(9,deptno,'select dname, deptno from dept') deptno
    from emp
    This works fine.
    But if I add an order by clause to the query the popup key for mgr column doesn't work.
    select htmldb_item.hidden(1,empno) empno,
    ename,
    htmldb_item.select_list_from_query(3,job,'select distinct job, job from emp') job,
    htmldb_item.popupkey_from_query(4,mgr,'select ename, empno from emp',10) mgr,
    wwv_flow_item.date_popup(6,null,hiredate) hiredate,
    htmldb_item.text(7,sal,10) sal,
    htmldb_item.text(8,comm,10) comm,
    htmldb_item.select_list_from_query(9,deptno,'select dname, deptno from dept') deptno
    from emp
    order by ename
    Is this a bug ?
    Is there a work around ?
    Thanks
    Chandra.

    Chandra,
    Please refrain from asking the exact same question twice. It doesn't help the quality of this forum. If you have to, "bump" an existing unanswered question up (wait a day or two, please) in case it fell through the cracks.
    Now for the answer:
    select htmldb_item.hidden(1,empno) empno,
    ename,
    htmldb_item.select_list_from_query(3,job,'select distinct job, job from emp') job,
    htmldb_item.popupkey_from_query(4,mgr,'select ename d, empno r from emp',10) mgr,
    wwv_flow_item.date_popup(6,null,hiredate) hiredate,
    htmldb_item.text(7,sal,10) sal,
    htmldb_item.text(8,comm,10) comm,
    htmldb_item.select_list_from_query(9,deptno,'select dname, deptno from dept') deptno
    from (select * from emp order by ename)
    Use an inline view like in the example above to do the sorting first. If you sort a result set that includes Popup LOVS, then the Javascript used to populate the text fields doesn't work anymore.
    Sergio

  • Populating a report column(Popup lov) based on the other column.

    I have a report where a column that is a Popup Lov(Query based LOV) needs to be populate based on another column in the same report.
    For example, if the column1 has query based lov select statment "select a,b,c from tab where d= *<<col2>>* ".
    I would like to have a sql query based on the values of second report column. Any ideas are appreciated.
    Regards,
    madhu

    You can do that only if you use apex_item. See this example as a reference:
    http://apex.oracle.com/pls/otn/f?p=31517:176
    In this example the second select list query depends on the first select list column value.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • NAVIGATION BAR feature (or bug?)

    When I add javascript to a navigation bar entry HTML DB automatically adds a "width=1%" to the cell in the navigation bar table. This causes the navigation bar to move away from the right side of the screen.
    This "width=1%" is not coming from a template.
    Until now I have found now way to get my navigation bar back to right side of my screen.
    This looks like a bug to me.
    Anyone agree?

    I am running into this problem, too. Did you find a work around?

  • Report "Display Text (Based on LOV)" columns don't like colons - Bug?

    This is a bit hard to explain in text, so I've built a sample app: http://apex.oracle.com/pls/otn/f?p=9608:1
    The app has two pages, which demonstrate two related bugs in the handling of Report "Display as Text (based on LOV)" columns.
    Basically, if the LOV query returns a string that contains colon characters (":") in the display column, the values are matched up correctly, but the colons are stripped from the display.
    If the LOV query returns a string that contains colon characters in the return value column, then the matching fails entirely.
    Removing the colon characters eliminates the problem.
    We actually ran into this in a production environment, after an upgrade from Apex 3.0.0 to 3.2.1. The behavior definitely did not occur in Apex 3.0, but was added at some point between the two versions.

    The colon is actually part of our data (the field in question is a URN namespace).
    And yes, I understand the function of the colon in Apex URL parameter passing. However, I wouldn't expect that sort of parsing to be used against the results returned from an LOV query.
    Also, the LOV is fine in of itself -- a select list based on the LOV displays & returns the expected values. It's only when I use a report column based on an LOV that this behavior creeps in.
    We've found a (fairly painful) workaround -- altering both the report query and the LOV query to to do something like replace(column, ':', '_') -- but that's a manual change to a large number of pages for us.
    This behavior is new to version 3.2.1. It didn't happen in version 3.0.

  • BUG i guess, Trying to Add folder in Report Navigator - CAN NOT TYPE any

    I am not sure others are facing this or not.
    I went to report navigator, under User Defined, i clicked "Add Folder", dialog box poped, but can not type anything in any field.
    I guess a bug.
    Kan

    launched it again, it is fixed.

  • Bug on Google search shortcut on navigation bar

    Hi,
    There is a bug on that shortcut. When you Slide up from multitasking button(I don't know how it is called) it doesn't show the Google logo on screen and it opens current tasks window and Google search both.
    It works for other navigation bar buttons well.

    Its supposed to work from the center bottom, in other words the home key not other location 
    https://support.google.com/websearch/answer/2819541?hl=en
    Android 4.1+ devices: Touch the Google Search bar at the top of any Home screen. On certain devices, you may be able to swipe your finger up from the bottom of the screen or touch & hold the Home button.
    http://www.google.com/landing/now/#getitandroid
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Possible bug with popup LOVs

    Hi,
    I have created a Popup LOV (fetches first rowset and filters), the moment I open the popup and try to search for anything by hitting the "Enter Key" I m getting error "The requested URL /pls/otn/wwv_flow_utilities.gen_popup_list was not found on this server."
    Also, if I have some value in the popup box and click on the little popup icon, I am getting the same error.
    I have created a sample page http://apex.oracle.com/pls/otn/f?p=50942:21
    Thanks,
    Manish

    Manish,
    The page you saw, http://apex.oracle.com/pls/otn/f?p=50195:1 is a sort of master/detail/detail report.
    There are two hidden items on the page to keep track of the "currrent" customer and order. The links in the customer report and order report simply redirect back to the same page, setting the hidden field to the pk for the selected customer or order.
    The Customers and Orders queries are
    select decode(customer_id,
                 :P1_CUST_ID, 'CURRENT',
                 'Select') sel_label,
           customer_id,  cust_last_name||', '||cust_first_name cust_name,
           cust_street_address1||'<br>'||Cust_city||', '||
           cust_state||'  '||cust_postal_code address
      from demo_customers
      select decode(order_id,
                   :P1_ORDER_ID, 'CURRENT',
                   'Select') sel_label,
             order_timestamp, order_total, order_id
        from demo_orders
    where customer_id = :P1_CUST_IDYou can see in each of these there is a decode which compares the hidden value to current pk, if it matches it returns CURRENT, otherwise Select, this column is given an alias of SEL_LABEL. This is used as the text for the link and it is also used in the template.
    When a new current Customer is selected I have a process that will set the first order as current for that customer, it is
    declare
        cursor data_cur is
           select order_id, order_timestamp
             from demo_orders
            where customer_id = :P1_CUST_ID;
    begin
        open  data_cur;
        fetch data_cur
         into :P1_ORDER_ID, :P1_ORDER_DATE;
        close data_cur;it is conditional on
    :P1_CUST_ID is not null and
    :P1_ORDER_ID is nullThe template is a copy of the current themes alternating colors template. Most themes have a similar template. The report template can have up to 4 column templates, with or without conditions. The APEX engine will evaluate the conditions and use the first one that is true (or no condition).
    The difference in most alternating color templates is the class applied to the td tag, one data one data alt, ie. t12data and t12dataalt.
    In my example the first column template is defined as
    <td class="t12dataalt"#ALIGNMENT#>#COLUMN_VALUE#</td>with a PL/SQL based expression of
    '#SEL_LABEL#' = 'CURRENT'You can see that it references the SEL_LABEL column and looks for the value of CURRENT
    The second column template has no condition and is defined as
    <td class="t12data"#ALIGNMENT#>#COLUMN_VALUE#</td>Hope that helps
    Larry
    Don't forget to mark replies helpful or correct ;)

Maybe you are looking for

  • VPRS Cost not pickibng only for single sales order

    Hello Gurus Goodevening every body If we maintain  two prices  in material master one is moving average and another  one  is stanrdard price which  price the system will pick in the  sales order of my pricing procedure. Note-Only for one sales order

  • Ipad 2 will not synch with itunes 10.3.1

    Okay...I bought an Ipad2 yesterday and happily brought it home to start using it.  My HP Pavilion dv6 running Windows 7 would not recognize it.  I think I have tried everything.  Re-install, uninstall, re-install itunes (including the various other c

  • Photoshop CS6 und Filter

    Leider musste ich feststellen, dass viele meiner Filter in CS6 nicht mehr funktionieren bzw. einen Crash verursachen. Das betrifft nicht nur kostenlose 8bf-Plugins, sondern auch gekaufte, wie z. B. KPT Collection. Gibt es eine Möglichkeit, die Filter

  • Generic extractor replication process

    Hi All, How to replicate Generic extractor in BI7.O? In BI 7.0 transport required for Generic extractors to replication? Please guide me. Thanks, KN

  • ? getColumnName()

    I can't figure out why the column names are not showing up on my table. Here is the code. package mytablemain; import javax.swing.table.AbstractTableModel; import java.util.List; import java.util.ArrayList; class MyTableModel extends AbstractTableMod