[ADF-11.1.2] Scroll bar Issues - Please file BUGs for these issues.

Hello,
Recently, I have started working on ADF and till now I found 2 scroll bar issues with Oracle ADF.
1. af|inputComboboxListOfValues : Scroll bar appears on Google Chrome.
Screenshot: http://imageshack.us/photo/my-images/829/inputcomboboxlistofvalu.jpg/
2. Setting Table "columnStretching" brings dummy scroll bar : [ADF-11.1.2] Setting Table "columnStretching" brings dummy scroll bar
I beleive that these two are scroll bar related Bugs but what I understand from ?messageID=9773962 that since I don't have support contract, I can't file a bug.
I have created this thread so that responsible people can take actions accordingly.

Shay,
Thank you for your reply. I will take a look at your links.
Use Case:
Application will have different BC for different IT Assets (like Monitor, Keyboard, Servers etc), which will basically hold records for all available Assets (like Display Resolution, screen size etc for all monitor in Monitor BC).
I want to give user; the ability to create, for e.g., the sub-class of Monitor to store more specific attribute-values in different table (which will be linked Parent BC). For e.g.: They may want to care about holding CRT and LCD Monitor records in separate new database table -- Application will ask user what all attributes/Columns they want to see for LCD which is specific to this type AND which is not present in already existing out-of-box Monitor BC/Table - e.g. - "Viewing Angle" Attribute).
With that said, I can write code to create database table on fly (having 1-to-1 foreign key reference to parent table) but writing ADF part seems difficult. I also wanted application to automatically generate new page for newly added VO BC. E.g.: LCD-Monitor.JSPX inheriting all attributes from monitor (parent VO) in the same structure as Monitor.JSPX file is having with extra LCD-specific Attributes in separate panel tab (which again UI developers can customized it).
Too much to expect huh !
I am going to start building the application so If not above way, any other suggestion to achieve the requirement ?
Edited by: Anandsagar Sah on Aug 29, 2011 9:23 PM

Similar Messages

  • ADF RC Table Vertical Scroll Bar

    Hello All ,
    I have jsp page with <f:view locale="ar"> that mean the page direction will be from right to left .
    in this page there is ADF RC Table at run time in Internet Explorer the vertical Scroll Bar is display but
    when run in mozilla Firfox the vertical Scroll Bar by the ADF RC Table is Not visible
    note the page is from right to left <f:view locale="ar">
    is there any help please

    Hi,
    seems to be a problem with Firefox 3. With this version I can reproduce the missing vertical scrollbar too (but not with IE7 and FF2).
    (also with the suggested settings of Shay in trinidad file)
    According to the Jdev 11g release notes FF3 is supported but not certified (not only right-to-left feature)
    I suggest to fill a bug for this issue at oracle support.
    regards
    Peter

  • Scroll Bar Troubles, Please Help.

    When In A WebPage, I Have No Scroll Bars, And The Up And Down Arrows Will Not Scroll The Page Either. The Only Way I Can Scroll Is By Dragging The Screen Up And Down By Highlighting And It's Rather Bugging Now. I'm New To Macs By Two Weeks So Please Please Help.
    ThankYou.

    What browser are you using? Do you get this condition on all web pages you access?

  • Af:table Scroll bars not displayed in IE11 for large number of rows

    Hi. I'm using JDeveloper 11.1.2.4.0.
    The requirements of our application are to display a table potentially displaying very large numbers of rows (sometimes in excess 3 million). While the user does not need to scroll through this many rows, the QBE facility allows drill-down into specific information in the rowset. We moved up to JDeveloper 11.1.2.4.0 primarily so IE11 could be used instead of IE8 to overcome input latency in ADF forms.
    However, it seems that IE11 does not enable the vertical or horizontal scroll bars for the af:table component when the table contains greater than (approx) 650,000 rows. This is not the case when the Chrome browser is used. Nor was this the case on IE8 previously (using JDev 11.1.2.1.0).
    When the table is filtered using the QBE (to a subset < 650,000 rows), the scroll bars are displayed correctly.
    In the code the af:table component is surrounded by an af:panelCollection component which is itself surrounded by an af:panelStretchLayout component.
    Does anyone have any suggestions as to how this behaviour can be corrected? Is it purely a browser problem, or might there be a programmatic workaround in ADF?
    Thanks for your help.

    Thanks for your response. That's no longer an option for us though...
    Some further investigation into the generated HTML has yielded the following information...
    The missing scroll bars appear to be as a consequence of the setting of a style for the horizontal and vertical scroll bars (referenced as vscroller and hscroller in the HTML).  The height of the scrollbar appears to be computed by multiplying the estimated number of rows in the iterator on which the table is based by 16 to give a scrollbar size proportional to the amount of data in the table, although it is not obvious why that should be done for the horizontal scroller.  If this number is greater than or equal to 10737424 pixels then the scroll bars do not display in IE11.
    It would seem better to be setting this height to a sensible limiting number of pixels for a large number of rows?
    Alternatively, is it possible to find where this calculation is taking place and override its behaviour?
    Thanks.

  • Different Scroll bars in one file

    I've manually customized the look and feel of the scroll bars for scroll pane component and it works fine. I've two different files that have different visual styles for scroll bars. Now I want to merge these two files meaning I want to have one file with two different styles of scrollbars co-existing. I can resolve the naming conflicts but both of the them are using same asset names and action scripts (I think in the class definition).
    So basically my question if how can I have two different scroll bars implemented in one file?
    Many thanks

    You can make the clip that you want to play at 2 fps seem
    that way by just making it longer. Alternately, you could use a
    timed tween.

  • Custom Horizontal Scroll Bar position on File Open

    Fellow Forum Members,
    I have a lot of PDF files that I want to open in a special way. I want them to open at 150% ZOOM and this was easy enough to setup in the PREFERENCES window.
    However, what is proving to be a big problem is changing how the horizontal scroll bar has a default position all the way to the left. My objective is to have the horizontal scroll bar positioned all the way to the right and at a 150% everytime I open a PDF file.
    The Preferences window doesn't seem to have a horizontal scroll bar position on open setting. Can anyone help me out and tell me how such a custom setting is possible with Acrobat 9 Extended? Any help will be greatly appreciated. Thanks.

    Does anyone have any ideas?

  • ADF table - problem with scroll bar

    Hi all,
    I am using Jdev 11.1.1.0.1. I have a Read only View object that retuurns more than 2 million records. When i add this VO to the jspx page as an ADF read only table, scrollbars are not applied. Here is the page layout.
    <f:view>
    <af:document>
    <af:messages>
    <af:form>
    <af:panelGroupLayout layout="scroll">
    <af:table inlineStyle="width:100%; height:400px;">
    </af:table>
    </af:panelGroupLayout>
    </af:form>
    </af:document>
    </f:view>
    the table's range size is set to 25. What could be the wrong here? I have also tried using ContentDelivery - Immediate and AutoHeightRows - 20. But that also didn't work. this approach worked fine for tables that have less number of records.
    Pls help me with this.
    Thanks.

    Can you try and print out the estimated row count on the page to get the real number? #{binding.Iteratorname.estimatedRowCount}should do it.
    If this gives the right number you can try to find out if it is a bug in the framework by overwriting the method getQueryHitCount in the VO in question and just return a fictive number
        public long getQueryHitCount(ViewRowSetImpl viewRowSet)
            return 5000;
        }If you then see the scrollbar you can increase the number and find out when the scrollbar disappears.
    Timo

  • Button to close Full Screen in Menu bar is missing. Bug or Configuration issue?

    Hi,
    OS 10.7 has the option to view applications in Full Screen mode.
    According to the demo video on the Apple site, there should be a button right to the Spotlight icon to close the Full Screen Mode.
    On my Macbook Pro I don't see this button.
    Is this a bug or a configuration issue on my system?\
    Regards,
    Anthonie

    After using full-screen mode for a while between scrivener full-screen and safari full-screen, now I want to turn of the fullscreen of safari, but that icon that should appear whenever you put the mouse up on the right corner, nothing appears. So, I do not have any option to turn off the full-screen mode in safari-except when I put my mouse on the very down and push one more time, then dock appears, and there I can quit safari, but as I said I do not want to quit Safari, I want to turn of fullscreen mode of Safari... Is this a bug or what?

  • Scroll bars of PDF files in browser do not move, nor does grab hand

    This question may appear twice due to crazy site behavior.
    Upgraded to FF4, broke pdf viewing: scrollbars move only if CLICKED in the clear area. Cannot be slid, and grab hand has no grip so can't move view that way either. Site links open pdf's in browser, so very inconvenient. Pdf's outside work fine, as did FF3.6. Using PDF-XChange.

    Moving this discussion to the Adobe Reader forum.

  • Has anyone else had issues saving files should hard drive issue force reinstall of Story?

    In theory there should be a way to protect one's work offline to one's local hard drive.  No one has told me what I've done wrong, nor what to do to get files back.  I saved frequently to an external hard drive, saved using the procedure of "save now", i did not get any cautious messages "you need to save while online as cache or file suffixes will not  or cannot save to the local drive" nor any variation.  Curiously no one wants to talk to me to help resolve.  Anyone out there who wants their work only temporarily saved unless online?  Please reply to this thread.  Thank you.

    I tried to reply in the email but some issue
    trying to open the link.  reply here the best times to
    chat and I will go through forum here my phone is 48078
    28079 and we can remote if given a day notice
    drgm

  • In addition to sleep issue is anyone esle experiencing these issues-

    I am having the same sleep issues as everyone else. I also noticed that whenever I have to reboot in order to wake it from sleep I have to go back and adjust my settings . I use a wireless mouse and not the D-pad but the D-pad always turns back on after a reboot. It will not stay off. I noticed other software settings do not stay as I set them and they have to be manually set EVERY TIME I reboot. This is absolutely insane. I was about to buy a Mac after becoming so frustrated with Windows 8 but decided to hold off to give 10 a try. I am shopping Macs now. Had it with Microsoft. I just need to get the computer operating efficiently until I can do the switchout to Mac in the next month. This is killing my busiiness...

    Does your client have JavaScript turned on? It's required for proper display of Muse sites (in any browser), as well as many other sites on the web (including many eCommerce site checkout experiences).
    If JavaScript is on, and the display is still incorrect, we really need to know exactly what browser version(s) are being used in order to be able to reproduce the problem.
    FWIW, I don't see any problems viewing and interacting with your site in IE8, IE9, Firefox 16.0.2, Safari 6.0.1 or Chrome 22.0.1229.94. (Firefox 3.5.19 was released in early 2011 and is the most recent version of Firefox 3.5. The current version of Firefox is 16.0.2.)

  • Please provide option to display/hide SCROLL BARS

    Hello.
    My colleagues and I are not happy with Acrobat and Acrobat Read for the reason that, regardless of computer and operating system, these products refuse to show the scroll bars when one opens a PDF in full scrreen mode. There's simply no option anywhere under Preferences or elsewhere in the application to force Acrobat or Acrobat Reader to display the scroll bars. Needless to say, this is exceptionally annoying. We've got hundreds of PDF's saved in full screen mode, and we must be able to use the scroll bars.
    Please provide a check box option to display/hide scroll bars under Page Display (or some other preference category) to overide any wonky display behaviour in Acrobat/Reader.
    Rupertsland.

    Or as I usually describe it, we've changed from "starts with" to "contains". There are not too many regex aficionados in here. ;-)
    This bug is annoying many users. I'm not so sure it's a backward step; it seems it's easier for someone such as myself with increasingly vague and inexact recollection to find an Address Book entry without needing an accurate starting point for the search. The ability to search by ''any'' part of the address, such as the domain, or the nickname, seems useful to me too.
    If you typed "Ken " or "ngs" then you'd likely get the entry you want, wouldn't you?
    A more significant bug, IMHO, is that when you have selected Ken's entry, it isn't necessarily the one that gets inserted into the address field.
    There is a bug for this and it's being worked on, but I'm not sure you'll get your /^name/ option. You could go back to, say, TBv24.6.
    https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/

  • Table control scroll bar issue

    how to set the scroll bar for table control for the transaction code va42 for billing plan tab.
    i have added few custom fileds for the table control, when i m re-arranging the columns for the table control, the scroll bar is fixed for one field( as standard) and the scroll bar starts from that place. how to fix the scroll bar or control the scroll bar and sets it position for the desired column.

    HI,
    Table control ahs a property called FIXED_COLS. You ave to pass the column number to this property.

  • How to fix double vertical scroll bar in responsive output

    After implementing the solution provided for the question 'Responsive HTML5 Output: How to auto adjust the screen resolution for all devices?', the function bar in output does not appear and also another vertical scroll bar in the output. I edited the max-width value in the layoutfix.min.css file and fixed the function bar issue. How can I do away with the additional vertical scroll bar?

    I've looked into the issue.
    @Delennish: In your case, the size of the iframe is too large, or you have an extra empty element below the iframe. You can try 2 things:
    1. Best solution but may have side effects: In the main.css, add the following code:
    div.contentholder { overflow: hidden !important;}
    For this option, please check for undesired side effects.
    2. Works, but is ugly: In the main.css, add the following code:
    div.floatholder iframe.wTopic { height: 95% !important;}
    Try playing with the height setting until the 2nd scrollbar disappears.
    @CarolW: The layout you're using is very old. I've made a new responsive layout with TOC only. Please use that one instead: http://www.wvanweelden.eu/sites/default/files/attachments/Theme1_Standard_TOC_Only.zip (I'll update my site with this new version later.)

  • Scroll bar color to set to same as the color specfied in .cfg color scheme

    Hi Nimphius
    I set the in .cfg file color scheme to Khaki and my manager likes the color for all forms across but I can not set same color to scroll bar, I tried to give the back ground property to r140g142b123 but forms not taking it.
    Can you please help me how to set get same color (Khaki) to scroll bar.
    Please reply if anybody face same kind of problem.
    Thanks in advance
    Murthy

    This is problem with Oracle forms, They design something and that might not work with other colors.
    When they put color scheme to Khaki, Dont they think to give same visual attribute to give in property pallte,
    Last time I had tought time integrating web utils built-in.
    I do not know what to do get out of this silly stupid color issue.
    I appreciate if any of forms designers thought of this issue.
    Any feed back is welcome.
    Thanks in advance.
    Murthy

Maybe you are looking for

  • Re: Filing a complaint

    Branched from: Filing a complaint I am having a similar issue.  I have gone into a store, dialed *611 and even posted on their FaceBook page.  Here's my story..... Warning!! Verizon Wireless will contact you and offer you a rate reduction and then te

  • Changing graph colours in numbers

    I'm using the numbers on iCloud and I have a graph with 8 categories. Unfortunately the colours repeat which makes it kinda confusing and I can't seem to find anywhere where I can change that, nor any answers online. Hope you can help! (Side question

  • Login Problem - Constant login/logout attempts

    When I try to login to iChat at my school, it works perfectly fine. But when I try at home using my home connection and Netgear wireless router, iChat simply attempts to login and immediately fails and tries again on its own. It does this very rapidl

  • Multithreaded Programming in Solaris

    Hi, I'd like to ask a question regarding multithreaded programming using C/C++ on Solaris. I wanna write a program that can fork a child process to execute a command line call. How can the parent process terminate the child process if the child proce

  • Firefox crashing on me

    firefox is really crashing on me on random times,please, what can i do to fix this? i checked permisions and all and its all good but its still crashing