Bug in CSS Theme 50 effecting Listview alignment

Ver. 4.2.0.00.27
The of Supplemental Information Column (not Advance Formating) is awkwardly aligned with increasing distance to right margin per row/list element.
I found two CSS rules formating the paragraph object with class ui-li-aside, containg the Supplemental Information:
- one from file jquery.mobile-1.1.1.min.css
- other one from file 4_2.css
because file 4_2.css is loaded after jquery.mobile-1.1.1.min.css, these setting do overwrite the once from the jQM css. If I switch of the 4_2.css rules for this class, the paragraph element is aligned correct.

Hi Christian,
this is bug# 14684868 on our Known Issues List at http://www.oracle.com/technetwork/developer-tools/apex/application-express/apex-42-known-issues-1863578.html
Regards
Patrick
My Blog: http://www.inside-oracle-apex.com
APEX Plug-Ins: http://apex.oracle.com/plugins
Twitter: http://www.twitter.com/patrickwolf

Similar Messages

  • [svn:fx-trunk] 10898: Fix for a bug: After playing a hide effect, a window wouldn't be visible again.

    Revision: 10898
    Author:   [email protected]
    Date:     2009-10-06 13:54:04 -0700 (Tue, 06 Oct 2009)
    Log Message:
    Fix for a bug: After playing a hide effect, a window wouldn't be visible again.
    The issue here is that all effects that occur because of HIDE end up calling setVisible() (see EffectManager.effectEndHandler).  Window/WindowedApplication was basically left with two concepts of setVisible...the displayObject one and the native application one, and they were out of synch.  So setting visible=true on the window wasn?\226?\128?\153t calling setVisible(true) which controls the display object visibility.  Now instead of doing our work in the visible setter, we override setVisible() and do it in there.
    QE notes: -
    Doc notes: -
    Bugs: SDK-23263
    Reviewer: Darrell
    Tests run: checkintests, Rob ran mustella window/windowedapplication
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23263
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as

    I run Suse 9.1 Linux, and Suse has a package called lmsensors which by default on my machine gives readings like this:
    Code: [Select]
    temp1:       +27°C  (high =    +0°C, hyst =   +22°C)   sensor = thermistor
    temp2:     +41.0°C  (high =   +80°C, hyst =   +75°C)   sensor = PII/Celeron diode 
    Now that 41C is pretty high for an idle AMD643000+ running at 1000Mhz, 1.08V. Too high, I would say. temp 1 in this case is the SYS temp, temp2 is the CPU temp.
    Now, using lmsensors I can duplicate your little trick and tell it that temp 2 is in fact a 3904 transistor. Having done this can I get readings like this:
    Code: [Select]
    temp1:       +27°C  (high =    +0°C, hyst =   +22°C)   sensor = thermistor
    temp2:     +16.0°C  (high =   +80°C, hyst =   +75°C)   sensor = 3904 transistor 
    Problem is, I'm not sure that the sensor is actually a 3904 transistor! The number's lower, but I was pretty sure that the sensor in the AMD64 is in fact a diode. Also, surely the CPU temp can't actually be that much lower than the SYS temp.
    So, I think your fix succeeds in giving lower temps and that's great in that it will tell your system software that the CPU is not overheating, but I don't think it's the solution to high temp reporting. Anyway, as you say, its a solution for people who can't run with system shutdowns due to bogus high temps.  
    I've been looking at these temp issues with the MSI K8T, and I was thinking the problem was simply a miscalibration. The Winbond sensor chip on my board (maybe the K8N is the same, maybe not) has a sensor temp offset that gets added to the temp coming from the sensor. On the K8T this number is +54C.   Funny number I know, but I've "fixed" the problem while I wait for a real bios fix on the K8T by simply reducing this offset to give me a CPU temp that matches SYS temp when idle. This enables cool'n'quiet fan control to work properly on my system, which is my main practical concern.

  • [svn:fx-trunk] 5587: Adding @namespace to halo and haloclassic defaults. css themes.

    Revision: 5587
    Author: [email protected]
    Date: 2009-03-26 12:06:28 -0700 (Thu, 26 Mar 2009)
    Log Message:
    Adding @namespace to halo and haloclassic defaults.css themes.
    QE: Could you please check if this fixes the recent themes issues, and that -compatibility-version=3.0.0 still works as expected too?
    Dev: No
    Doc: No
    Checkintests: Pass
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/halo/defaults.css
    flex/sdk/trunk/frameworks/projects/haloclassic/defaults.css

    I just saw that we are using xmlns:mx="http://www.adobe.com/2006/mxml" in all our custom components written in mxml, including our main application.
    In our custom css, I have the default namespace set to:
    @namespace "library://ns.adobe.com/flex/mx";
    could this result in these warnings ?

  • Change Header Font Color Using CSS doesn't effect

    Hi guys,
    I tried to set the header forecolor in "red" using CSS but no effect.
    Any alternative solution?
    Thanks.
    Criz

    Criz,
    We cannot use the color names in CSS you have to use predefined names
    For Red Header use OraErrorHeader, for more font styles check.
    http://download.oracle.com/tech/blaf/specs/textstandards.html
    Thanks,
    With regards,
    Kali.
    OSSI.

  • 'Complete' CSS Themes like Caspian.css

    Hi there,
    i wondered, if there is a place to show off and share really good, and 'complete' (as in the same style and adapted colours for every control) css themes.
    I know that you can change a lot with "-fx-base: xxx", but some minor things are always flawed, and unfortunately, i´m everything but a good designer ;)
    There are many websites for 'normal' CSS, showing a given website with different themes, so i wondered, if there is (yet) something similar for JavaFX applications, where good designers share their creations.

    Not yet - great idea though.
    Something like the jQueryUI theme gallery would be awesome (http://jqueryui.com/themeroller/#themeGallery).
    I think if a css editing app with instant UI preview (like the jQuery ThemeRoller) was created for JavaFX, it might make it easier to generate and test themes - might be a fun project for somebody.

  • Changes to \themes\theme_20\theme_3_1.css have no effect on my app

    Hi,
    I am trying to change the background color of my application by changing the my stylesheet. It has no effect whatsoever.
    If I rename the css-directory from "theme_20" to "theme_less", my app looks completely confused, so I know that I must be looking at the right file(s).
    I use Firefox and the APEX version is 3.1.0.00.32.
    What am I missing? Ideas, anyone?
    Thanks!
    Remco

    It's recommended not to modify the built-in themes. Your changes could get overwritten and lost by a future APEX upgrade, or lead to unwanted customisation of other apps. Make a copy of the theme and customise that. If accessing CSS from the server filesystem, it's preferable to put your theme files in another location from that referenced by /i/. Another virtual directory can be set up in the DAD.
    Use the Firefox Web Developer or Firebug extensions to determine what style sheets are being used. Firefox can cache CSS quite aggressively, so check you're not getting stale versions by loading style sheets on their own using Web Developer or entering their URL in the address bar. If the old version is shown then try refreshing.

  • CSS (Responsive) Horizontal Dropdown Menu (Alignment)

    I am styling a Responsive CSS Horizontal Dropdown Menu (for hours now), and can not get the main menu headings (Directory, Resources, etc) to align left (even) with the logo and content divs. I would also like the submenu headings (Learning & Games) and items (Catch the Bullet, Snoopydoo, etc) to align left (even) with the logo and content divs. - Like I am trying to do with the main headings. --I am trying to get the logo, main menubar heading, and menubar subheading to all align the same left.
    (Optional) I am considering on not having the gray menuboard span the whole screen when opened. Not sure if this would look good, but even more unsure how to keep it in the 90% container the menubar is located in.
    Here is the site for code:
    http://dothopper.com/index.html
    Thanks for any help.

    Another great tip. Never cease to amaze. Thanks . I uploaded the new CSS with red border and looked at somewhat. It seems very helpful, but like this navbar, I'm gonna have to spend some time with. I think this may help me to figure the problem. This is a really GREAT trick, thanks. If you appen to look at my site, and see anything relevant to getting the element to shift left, let me know.
    BTW, crammed some more learning recently (Mostly Dreamweaver, little HTML STructure, and JQuery). Going to try to not use as many divs, (use HTML tags and class selectors). Trying to use captions in my HTML and CSS for organization and understanding. Making copies of all my CSS, JS, and HTML. Set my areas (divs) up as 'section,aside,article,and footer'?--Tried adding metatag info (I think I missed 1 part of the metatag (they wanted a value?). Not sure if my metatagging is correct? Let me know of any advice what I'm doing right/wrong so far.
    I taught myself to design using divs like tables somehwat. With the correct way of design (not using alot of divs)..how would I handle this?...
    My old page (method), I had several,divs:  3- (content75%) and 3- (image25%) all housed within a div (approx 900px). Content was left, and images right. Total DIV that housed them was 75% of 1232px page? (I think)..The div that housed them was approx 900px (.75x1232). Content approx 675px and image approx 225px wide.
    I inseted 480px wide images in that 25% image div and it showed it nicely as approx 225px wide on desktop, and when responsive on mobile, nice full size at 480px. (I think I am/was avoiding having to use alternative images--for each platform-- this way?)
    With the correct way of designing (less divs), how would I handle this scenario above? IF I inserted a 480px image into a approx 900px div with no other divs, it would fill the div with a 480px image. IT would then throw my wole design off. I think I'm just missing some HTML/CSS knowledge. Hope this question makes some kind of sense?

  • How to format the Tabs in a Theme? (change colour / align)

    Hi,
    I have created an application using Theme 17 in http://htmldb.oracle.com/ . Can someone please tell me where I can modify the background colours of the tabs? I'm guessing this formatting is stored in a config file some where as the colour isn't visable when viewing the webpage source.
    I have looked in : Shared Components > Themes > Greyscale > Templates > One Level Tabs but can only find reference to #TAB_CELLS# (which I believe is populating the tabs. If this is the case please can you tell me where I can edit this?
    Please note that this database is not on my local machine so I am unable to browse for .css or other files if they require editing.
    Many thanks,
    Richard.

    Hi Richard,
    I think you're referring to the entries in the "Body" section of the tab definition.
    Look further down the page at the "Current Tab" and "Non Current Standard Tab" settings - this is where the actual tabs are constructed.
    Regards
    Andy

  • Bug with Reverb/Full Reverb Effects

    I just got AA3 a few weeks ago, and have immediately noticed a few problems, the most serious being an issue that occurs when running the "Reverb" or "Full Reverb" effects.
    Specs: AA3 plus 3.01 patch
    CPU: Intel Centrino 1.6 GHz
    RAM: 1 GB
    Windows XP Pro SP3
    Problem: When I am running multiple effects in the multi-track view and one of them is either "Reverb" or "Full Reverb," then the all effects execute their functions approx. 25 seconds earlier than it is supposed to.
    Ex: I am currently mastering a .wav file, approximately 3 minutes long in the mutli-track view. In the effects rack I am running "Multiband Compression," "Tube-modeled Compression" and "Full Reverb." When I start playback on the file, the Multiband Compression interface display reflects what's going on in the file 25 seconds later in the track. IE 25 seconds before the track finishes, the compressor stops compressing, and the spectral display within the interface drops to -80 dB (because it thinks the song is over and is not recieving any signal to process).
    Furthermore, this seems to affect automation as well (but only for effects---as far as I can tell it does not effect volume or pan automation). When I automate Full Reverb to run from say WET=0% at minute 1:00 to WET=100% at minute 2:00, I can both hear the reverb begin to engage and watch the WET slider in the Full Reverb interface begin moving at approximately minute 0:35 instead of minute 1:00. I have found this glitch to happen only whenever I am using the "Reverb" or "Full Reverb" effect. It seems to affect all tracks, regardless of which track the Reverb effect is applied to--IE If I am using Full Reverb on Track 2, Track 8 effects still execute too early.
    This is particularly troubling when it comes to compressors, because it implies that it is performing compression calculated for time=1:00 at time=0:35 instead. So, if the compressor is supposed to take off 3 dB at t=1:00, it is actually taking it off at t=0:35.
    What's going on here? Has anyone else experience or noticed this problem? Any advice would be greatly appreciated!

    My advice is to not use Reverb or Full Reverb in any Multi Track session.  In fact, there is a warning box that comes up when you put Reverb or Full Reverb in an FX rack in Multi Track.  The warning box tells you that these effects are CPU-intensive and not at all appropriate for use in Multi Track.
    So, you can either switch to Studio Reverb (and that reverb was put in specifically because it is less CPU-intensive than the others) or get one of the hundreds of reverb plug-ins out there (and many of them are free).  There used to be a good list of free plug-ins on this forum.  I don't know if it is still there, but I do know that there is a list at http://www.audiomastersforum.net that recommends many good freeware reverb plug-ins.

  • Tutorial: Custom CSS and hover-effects in Adobe Muse CC

    Hi everyone,
    Today I figured out how to work with custom CSS in Muse, being able to apply styles to elements on the page according to their class names. In case it would help others, I've done a write up of how I did this with hover effects using the hover.css library. You can read the tutorial over on my Medium blog:
    Tutorial: Hover effects in Adobe Muse
    Hope someone finds it useful!

    It's so cool

  • Java Bean Serialization bugs (2 of them)

    I have an EJB Primary Key with one public field - and I have hit 2 bugs trying to
    serialize it to XML. I am currently running Weblogic 7.0.0.1 - the version that shipped
    with Weblogic Platform last friday. I didnt have this problem with Weblogic 7.0 GA.
    The problems are:
    Bug 1) I have public JavaBean get/set methods for the field (its a string). The servicegen
    ANT task throws an error because the field is both a property AND a public field
    (though, there is no reason to do this according to the JAX-RPC spec)
    The error I get is:
    weblogic.xml.schema.binding.BindingException: Error: bean property and public field
    found with the same name: starId
    Bug 2) If I remove the get/set methods and regenerate (using servicegen again), it
    fails at runtime because the generated code is looking for get/set methods (ie, it
    is not accessing the public field directly).
    The error I get is:
    java.lang.NoSuchMethodError
    at com.bnpparibas.fi.gfit.services.instrument.bond.persistance.BondPKCodec.typedInvokeGetter(BondPKCodec.java:87)
    at com.bnpparibas.fi.gfit.services.instrument.bond.persistance.BondPKCodec.invokeGetter(BondPKCodec.java:56)
    at weblogic.xml.schema.binding.BeanCodecBase.gatherContents(BeanCodecBase.java:295)
    at weblogic.xml.schema.binding.CodecBase.serializeFill(CodecBase.java:253)
    at weblogic.xml.schema.binding.CodecBase.serialize(CodecBase.java:195)
    at weblogic.xml.schema.binding.SoapArrayCodecBase.serializeOneDimArray(SoapArrayCodecBase.java:605)
    Is this a known issue with the Weblogic Platform?
    Do you know where I can find the release notes for weblogic platform?
    Regards,
    Nick

    Yes, i am able to reproduce both. I am not sure whether (1) is a bug though.
    If the field is public and the class got get/set methods, it is not clear
    whether
    to access the value from the public field or by using the get/set method.
    Get/set methods may have side effects and user may not see the expected
    behavior. Anyway I will leave it to Scott to make the call.
    regards,
    -manoj
    "Nick Minutello" <[email protected]> wrote
    in message news:[email protected]...
    >
    >
    Actually, did you manage to reproduce both bugs?
    -Nick
    "manoj cheenath" <[email protected]> wrote:
    I am able to reproduce the public field deser problem on 7.0.0.1. I have
    used public fields before and it used to work. So this may be a
    regression
    on the 7.0.0.1 branch. CR081154 is filed on this issue and we should be
    able to send you a patch as soon as it get fixed.
    regards,
    -manoj
    "Nick Minutello" <[email protected]>
    wrote
    in message news:[email protected]...
    I have an EJB Primary Key with one public field - and I have hit 2 bugstrying to
    serialize it to XML. I am currently running Weblogic 7.0.0.1 - the
    version
    that shipped
    with Weblogic Platform last friday. I didnt have this problem withWeblogic 7.0 GA.
    The problems are:
    Bug 1) I have public JavaBean get/set methods for the field (its astring). The servicegen
    ANT task throws an error because the field is both a property AND a
    public
    field
    (though, there is no reason to do this according to the JAX-RPC spec)
    The error I get is:
    weblogic.xml.schema.binding.BindingException: Error: bean property andpublic field
    found with the same name: starId
    Bug 2) If I remove the get/set methods and regenerate (using servicegenagain), it
    fails at runtime because the generated code is looking for get/set
    methods
    (ie, it
    is not accessing the public field directly).
    The error I get is:
    java.lang.NoSuchMethodError
    at
    com.bnpparibas.fi.gfit.services.instrument.bond.persistance.BondPKCodec.type
    dInvokeGetter(BondPKCodec.java:87)
    at
    com.bnpparibas.fi.gfit.services.instrument.bond.persistance.BondPKCodec.invo
    keGetter(BondPKCodec.java:56)
    at
    weblogic.xml.schema.binding.BeanCodecBase.gatherContents(BeanCodecBase.java:
    295)
    at
    weblogic.xml.schema.binding.CodecBase.serializeFill(CodecBase.java:253)
    at weblogic.xml.schema.binding.CodecBase.serialize(CodecBase.java:195)
    atweblogic.xml.schema.binding.SoapArrayCodecBase.serializeOneDimArray(SoapArra
    yCodecBase.java:605)
    Is this a known issue with the Weblogic Platform?
    Do you know where I can find the release notes for weblogic platform?
    Regards,
    Nick

  • DISQUS BUG COMES WHEN USING SCROLL EFFECTS ON PHONE LAYOUT

    There are two bugs i have discovered when applying the disqus html code on a phone layout
    1. if you have FIXED an item say above where you place the html code snippet from disqus - the widget loads ok BUT when you try to enter it the scroll goes crazy and it doesn't work - to the best of my knowledge changing LAYERS and putting the DISQUS code on one layer alone doesn't solve anything
    2. Adobe muse somehow picks p the DESKTOP version of DISQUS instead of the MOBILE LAYOUT version as you see on most websites - this is really annoying even putting the code from disqus to enable mobile in the header does nothing for me
    <b:widget id='HTML1' locked='false' mobile='yes' title='Disqus' type='HTML'>
    I would be most thankful is someone can show me a solution or even at this stage another comments site that can play nice with adobe muse - i am totally at a loss
    i need the phone layout to work as it is primarily a web app I'm making -
    yes disqus loads ok on the desktop layout the scroll effects doesn't bother it - it is just on a phone layout things get crazy - if someone has managed to do  a mobile website with a fixed scroll effects item above a disqus widget i would be so interested to look at it.
    Cheers

    The fix for the bug 4690946(http://developer.java.sun.com/developer/bugParade/bugs/4690946.html) was integrated only in jdk 1.5

  • Is there a way to stretch images or give them any effects?

    I was temping a project in VB and the interface was real nice, however when I ported it to Java it became very dull. In VB I used the stretch property and with borderstyle it gave my aqua like background images a nice indent. However in Java I can't seem to stretch the control or apply a nice borderstyle. Either I can custom size the image very every implementation or apply another effect. Is there a tutorial with example showing effects you can apply with an image?

    You probably want to take a look at the [url http://java.sun.com/products/java-media/2D/index.jsp]Java 2D API; that will have some example usage like that found [url http://java.sun.com/developer/technicalArticles/Media/intimages/]here.

  • CSS Themes in ABAP Web Dynpro

    Hi friends,
    did anybody follow the steps in http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/7015b1f9-535c-2910-c8b7-e681fe75aaf8
    successfully  ???
    It seems I cannot use the Eclipse Theme Editor to modify the Themes because I am using basis component SAPKB70011 and the report WD_THEMES does not exist.
    Thanks in advance

    I should have added this.  Here is a screen shot of how it works in 7.0 EnhP1.  It is simply a new property added to certain UI elements:
    http://www.flickr.com/photos/tjung/2711159225/

  • BUG: Keyframe Curve Display in Effects Controls Panel Broken

    I noticed a bug a while back. Hope it would have been fixed by now, but it's not so I'm here reporting it. I can't remember if I was having the same problem before the 2014.2 update, but I know it wasn't a problem in earlier versions of Premiere Pro CC.
    Add a keyframe to an audio layer
    Add a second keyframe to the audio layer, and adjust the levels
    Convert one of the keyframes to an Ease or Bezier keyframe
    Watch as the graphic that should show you the curve flatlines
    Here's an example image. I have Windows 8.1 scaling on, so everything is %150 bigger in this graphic, but I was having this bug before on my 1080p monitor (at 100% scaling), so I can promise is has nothing to do with that.
    Legend:
    Red is what I currently see
    Green is what I'd expect to see
    Functionally, the bezier curve does appear to affect what I'm applying it to. So the only problem that I can see here is that the grey graphical representation of the curve is wrong.
    Is anyone else able to reproduce this? On Mac? Windows? Etc...

    Hi TeeKay,
    Tim K wrote:
    I noticed a bug a while back. Hope it would have been fixed by now, but it's not so I'm here reporting it. I can't remember if I was having the same problem before the 2014.2 update, but I know it wasn't a problem in earlier versions of Premiere Pro CC.
    Add a keyframe to an audio layer
    Add a second keyframe to the audio layer, and adjust the levels
    Convert one of the keyframes to an Ease or Bezier keyframe
    Watch as the graphic that should show you the curve flatlines
    Here's an example image. I have Windows 8.1 scaling on, so everything is %150 bigger in this graphic, but I was having this bug before on my 1080p monitor (at 100% scaling), so I can promise is has nothing to do with that.
    Legend:
    Red is what I currently see
    Green is what I'd expect to see
    Functionally, the bezier curve does appear to affect what I'm applying it to. So the only problem that I can see here is that the grey graphical representation of the curve is wrong.
    Is anyone else able to reproduce this? On Mac? Windows? Etc...
    Thanks for reporting. Can you file a bug report? http://adobe.ly/ReportBug
    Thanks,
    Kevin

Maybe you are looking for

  • Advance Payment Section in IT 2001

    Hi, Please let me know why the Advance Payment section in IT 2001 is used and how, as when we create a Absence record in the IT, the field is only in display mode. Thanks a lot in advance

  • How to send CC email using SO_DOCUMENT_SEND_API1

    Hi,    How to send CC email using SO_DOCUMENT_SEND_API1.  Any sample code is very much appreciated. Cheers

  • DB console problem (10.2.0.3 SE, RAC, Windows 2003 EE)

    HI all When i start dbconsole everythink works fine for 3-5minutes, after that i get message on my instance "Agent Connection to Instance status details Unavailable" it seeams to me that everythink works but i see this message and i dont knew why? em

  • Upgrading 10.2.0.1 to 11.1.0.6

    Hi All, For upgrading any database version to 11.1.0.6 as per document it says we need to have UPDATED TIMEZONE FILES (VERSION 4) FOR MORE DST RULE CHANGES. But unfortunate thing is i am doing it on my laptop (windows) which has 10.2.0.1 database ins

  • Jdbc mysql "select ... for update" and isolation level...

    Dear, I am now writing an application, in which some worker threads will get a waiting job from database (mysql) and perform the processing. To avoid workers getting the same job id, I have studied the topics about locks, isolation level, and somethi