Interesting bug.................

Just a heads up, I was using ADDT to build some update and insert forms, I changed the standard submit buttons to images and found that the triggers will not work in IE 6 and 7, worked fine in Firefox, Safari and Opera, but in both versions of IE it would attempt to submit, fail and just reload the page............
Microsoft does it again..........
And in a related news item...........
Adobe, please code a Linux port of your software............

Darius,
There is a work around I found on the old Interakt forums. You have to split up your input code into 2 lines like so:
input type="hidden" name="KT_Insert1" id="KT_Insert1"
input type="image" value="Submit" src="images/button_submit.jpg"
I had to remove the angle brackets for this to show up here.
That works for me in IE.
Shane

Similar Messages

  • Interesting bug in iTunes 7.0

    I installed iTunes 7.0 (70) last night as soon as it became available.
    Within 2 minutes I noticed this interesting 'feature' (lets call it a, err, bug).
    Open iTunes, select a playlist or just 'library' and start some tune playing.
    Now turn on the nice new 'Cover Browser' view.
    Now turn on the Visualizer but not in full screen mode.
    (so far so good)
    Now, got to the View menu and select Visualizer / Options
    Untick 'Use OpenGL'
    Now the cover browser breaks through the visuals - and guess what? It does the same thing on the windows version.
    I can't believe this would be a 'feature' since ...
    i. The option to turn it on is called 'Use OpenGL' on Mac and 'Use DirectX' on windows.
    ii. It's ugly and not interactive.
    I think it's just a z-order problem with QT content or similar.

    This bug has been there for a long time.
    You can work around it by making 'sub-playlists' and using them as one of the criteria in your 'main' playlist.
    For example, I usually exclude audiobooks, christmas music, spoken word, and children's music genres from my playlists. So I made a playlist that includes all of those. and called it 'misc'. Then, in the other playlists I can simple add a criteria that says 'is not' in playlist 'misc'.
    Various G4s, G5s, Linux servers, and a Mac Plus    

  • Really interesting bug with Compiz, not sure how to label it

    Hi forums, I really promise I searched around for this, so if this is a super common bug, I apologize in advance (I really wasn't sure how to even label what was happening). All I know is that when compiz is enabled, I'm getting super weird behavior in programs, mostly with terminal and system menus. The only way I know to show this is by a screenshot:
    http://i66.photobucket.com/albums/h248/ … 0c7d62.png
    As you can see from the pic, there are multiple menu objects highlighted (I promise I don't have 3 mouse pointers!). I couldn't capture this via screenshot, but the highlighted elements are actually alternating between this set and another. I could show more instances of this, but I think it would just be redundant. Another (possibly related) issue is the odd behavior in terminal. When I am using terminal to do something, be it accessing the AUR repository or editing a file somewhere, or anything really, the terminal scrolls up and down exactly 1 line, repeatedly (very fast). The only other place I experience significant issues is with compizconfig settings manager (ccsm). When trying to access a different menu, the ccsm window flashes very quickly back and forth to the previous menu screen. All of these things make it incredibly difficult to make selections. My browser (chrome) is fortunately exempt from this dilemma.
    The only thing I know for sure is that this is caused by compiz. Disabling compiz (going back to xfwm or using another window manager) eliminates the issue. I hadn't had this issue until yesterday, but I really hadn't changed anything.
    Things I've tried:
    - Reinstalling compiz
    - Enabling/Disabling Emerald
    - Installing compiz-bzr
    - Fooling with metacity
    - Restarting
    Any advice or words of wisdom on this would be very appreciated
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --

    Thanks for the reply. I'm actually using a slightly older nvidia gpu (480 GTX) with nvida-340xx, which is what nvidia recommends. I've worked with changing video driver parameters, and nothing there has seemed to change this much. I was afraid this was being caused by a mistake of mine, but it seems more and more likely that this is a problem with compiz: to test, I made a virtual machine and installed arch there (same setup as mine, only completely fresh) and I'm having the same issues. I like compiz because of the amazing ability to theme and control the general appearance of my gui. Is there a good alternative that one of you all could recommend?
    Last edited by MaroonR (2014-11-01 05:45:46)

  • Interesting bug of the gnome or of compiz?

    I disabled the desktop (gconf-editor  =>>  apps->nautilus->preferences and unselect the show_desktop ) so that I can have different wallpapers on the edges of the cube. When I click the desktop to move the cube, sometimes it doesn't work. Most of the time it does, but then sometimes it doesn't, so I have to use ctrl-alt-left or -right to switch sides. If i click to panel to move the cube it works again. Its a quet interesting problem. Anybody knows how to fix it?
    Sorry if you don't understand something. In this case just ask .
    Last edited by dejavus (2009-02-13 10:43:17)

    I'm still trying to figure out where is the problem, but without succes, its a very weird problem, but i think its something with the wallpaper plugin. I'm a beginner so in that reason i posted this problem, if somebody met with this problem before. I think its an internal plugin conflict, between cube rotation and wallpaper plugins, but this just an opinion.

  • Another interesting bug

    I set up two slide presentations under a sub menu
    and under slide duration chose manual. The only
    other setting I made was "Add image files to DVD-ROM"
    check box under the Settings "gear". What I have found
    is that if you save the project and reopen it the slide
    duration changes to 1 second. This happened to
    both slide presentations I set up. I am using an old
    theme called "Lavendar" and have not tried on of the
    newer themes as the basis of the DVD. So I am not
    sure the "bug" is consistent through the various
    theme sets. Wondering if anyone else has encountered
    the same problem. Oh and yes it consistently resets on
    a save.

    The attached Zip file contains a folder with the incriminated VI (Copy of Manage GUI Button Controls.vi) and the typedef it depends on.
    Open the VI, notice that it is broken.
    Open the Error List (Ctrl-L) and notice the non-sensical error messages.
    Connect the error cluster wire in the case structure, notice how the errors disappear.
    I am using LV 2011 (11.0) 32 bits on Windows XP Pro 32 bits.
    The "Check for updates" does not return anything, so I did not patch it. Should I? From what I read, there is nothing in it I should be concerned about.
    I
    Attachments:
    Copy of Manage GUI Button Controls Folder.zip ‏30 KB

  • ScrollBar interesting bug

    Hi Developers,
    I think that there is some serious bug with the ScrollBar control, does anyone encounter it before?
    This is the case:
    var maxTicks:Integer = bind Integer.valueOf((maxNumber-minNumber)/0.01)
    def sb = ScrollBar {
    clickToPosition: true;
         min: 0;
         max: bind maxTicks;
         vertical: true;
    unitIncrement:1;
    blockIncrement:1;
    value:0;
    impl_onValueChanged:function (f1,f2){
    ticks = f2;
    As written in code I use the scroll bar "ticks" in order create some dynamic string, the maximum number of ticks is dynamic bind with "maxTicks".
    At the first time that "maxTicks" is change cuase of the bind, the impl_onValueChange function get a call (??? does any one know why ???) with f1=0.0. and f2=-minNumber/0.01 !!!. And the scroll range values is from this -minNumber/0.01 to maxTicks instead of 0 to maxTicks.
    At the second time that "maxTicks" is change, everything is back to normal.
    Some how the number that I use outside (minNumber) in the binded formula, is doing some inverse and become the input for the impl_onValueChange function.
    I am not sure that this is the place to post bugs, if not, please some one let me know where is the place for that.
    p.s. if I omit the "0.01" from the bind formula there is no bug...
    Edited by: 803305 on Oct 20, 2010 1:10 PM

    Well, I think that I can clarify the bug better:
    minNumber and maxNumber are both reflect the maxTicks, cause minNumber is set first, the maxTicks become a negetive number, what brings the ScrollBar to set the max value to this negative number. When maxNumber is set, the ScrollBar max value is set to the real new maxTicks. Although that the min value is reset again to min=0 to avoid any min-max range problem, still the scroll bar ranges keeps the negative value as its minimum point.

  • Interesting bug with iPod software

    for some reason if i leave my 80GB 5th generation iPod in a TV show list or video podcast list thats completely full, watch a podcast/show, then let it power down because its idle, no names show up in the list until you menu out and go back in.

    The problem is :
    if I try to sell it then with me it doesn't, and if I'm not walking on it, nobody will buy it, and also the screen is cracked, I think I'll buy a used one on Ebay

  • Very Interesting Bug?

    What I've noticed (while using XFCE, but I don't think that makes a difference) is:
    * When I turn on my computer and start Arch Linux normally and open up documents in openoffice and a transparent terminal, this is what I notice:
    ** Scrolling in openoffice is a bit laggy when I scroll fast. Not a problem, but just odd.
    ** Terminal lags when I move it and it refreshes its transparent background.
    However, when I switch the gtk theme, using switch2 and the xfce settings, the above issues disappear. I just switch to some random theme and switch back to my original one. When I scroll in openoffice quickly, there is no lag whatsoever. When I move the transparent terminal, refreshing of the background is instantaneous.
    Any idea why this could be happening?

    Diaz wrote:what is your graphic board and what drivers do you use for it?
    Graphics: Integrated:
    01:05.0 VGA compatible controller: ATI Technologies Inc RS690 [Radeon X1200 Series]
    Drivers: catalyst (proprietary drivers).

  • Photoshop: Text box bug

    Today our designers have run into an interesting bug I've never seen before, and perhaps one of you has and can offer a solution.
    We are working on a file that has been opened and edited on both PS CS4 and CS6, contains images and text and some shapes.  That's the extent of it's complexity other than the fact it has about 70 groups.  It's a file we use to generate headers for our different outlet centers.
    Here's what happens:
    We open the file and the first thing that occurs is Font Suitcase apparently goes insane, loading fonts for about a minute. 
    After that abates the file can be modified normally.  That is until you click on a text box with the text tool.  Immediately the text in the box will change to another set of text within the file.  Note that the layer selected is the correct layer -- It even displays the name as the expected text-- but as soon as it is clicked with the text tool the text in the box changes not just content but sometimes color.
    My only thought is that when the file was saved back from CS6 the last time it was edited, the references that control the actual source text and not the pre-rendered shapes that are instantiated from the text source have been frame-shifted somehow.  Like taking a few cells out of a spreadsheet on a particular column, it causes all the other stuff to get misaligned.
    We've tried saving it back from CS4 / CS6 in a multitude of configurations such as Adobe PDF.  No dice.
    Thoughts?

    What Chris didn't say is that unfortunately there's apparently nothing you can do to recover the contents of the file, save for recreating all the text (or dropping back to a version of the file saved before working on it with Photoshop CS6).
    We all anxiously await the 13.0.1 update.
    -Noel

  • Bug in view link creation

    Here's an interesting bug in JDev 9.0.3.1, Win2k:
    I'm working with a view link using the Edit View Link dialog. It links two view objects, ViewA and ViewB, in a 1:* relationship. Entities EntityA and EntityB are the respective underliers of ViewA and ViewB. Under the View Link Properties node in the dialog, the only accessor generated is for the Destination view object.
    When I click OK, the column constants at the top of EntityA.java become messed up!!
    To be specific, all of the accessor column constants defined on the entity object are removed and then re-defined one line above the beginning of the column constants declaration section. They also are renumbered starting with zero, which causes them to have the same value as the first n column constant definitions. Naturally, this causes a "duplicate case label" compile error for the EntityA.java file.
    Even worse is if the column constant definitions start on the same line as the opening brace for the class, like so:
    public class EntityAImpl extends EntityImpl
    { protected static final int COLUMN_1 = 0;
    protected static final int COLUMN_2 = 1;
    // etc.
    The effect of clicking OK in the Edit View Link dialog is then to produce a ParseException error as the dialog is dismissed. Looking at the EntityA.java file, it's clear why:
    public class EntityAImpl extends EntityImpl
    protected static final int ACCESSOR_1 = 0;
    protected static final int ACCESSOR_2 = 1;
    // etc.
    { protected static final int COLUMN_1 = 0;
    protected static final int COLUMN_2 = 1;
    // etc.
    What puzzles me is:
    * Why is the entity object being affected at all, since the accessor was only supposed to be generated in ViewA?
    * Why are all the accessors being removed and re-added, even those that have nothing to do with the view link being edited?
    * Why, when the accessors are re-added, are the constant values duplicated?

    Please send a test case. I'm unable to reproduce this in a simple project in 9.0.3.1 or 9.0.3.2.
    Is there entity inheritance involved?
    Do your entity XML files mention _superAttr anywhere in them? If so, you might be hitting a known issue with 9.0.3 relating to entity inheritance at design time and the accessor attributes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • ICal iPhone Sync Issue... Bug?

    I have many repeating events in my calendar. I often have to change the time of one of the events in the string. I seem to have major problems when I do this either in iCal on my Mac or in the iPhone. When I sync I end up with deleted events, duplicated events, or other seemingly random errors. Often my iCal and iPhone are showing different info after a sync. I have double checked the settings for sync and reset my sync history with no positive results.
    This problem is so perversive that I have reverted to putting in repeating events as entirely separate events. A huge pain as an event that repeats for five days needs to be put in as 5 completely separate entries.
    Well, now a new and interesting bug has shown up. Yesterday I put a repeating event in on two days in my iPhone as two sepereate events... no repeat from within the software.
    Today I synced with iTunes and the iPhone wanted to create a new calendar in iCal with the new events in it. I canceled the sync and double checked all my settings with no issues found. In the end I had to allow the new calender to be created to get the new events over to my iCal and now I have another calender that I never created!!!
    I have calendar sync problems nearly every time I sync!! My calendar is my income!!! I need help. This is approaching unusable. Any help would be appreciated. Any thoughts, ideas? Any one else seeing these kind of issues?

    I am having issues with birthdays as well. Someone else posted that it was with birthdays over 75 years ago, and that is definitely what is happening with mine. The even stranger thing is, if I change the address card with the birthday of 1926 to 2000, it still doesn't show up on the iPhone, however if I create a new card with a year of 2000, it works fine.

  • Flash not reading colour correctfrom an external PNG? Bug? Or am I missing something?

    Hi guys and gals.
    I have a very interesting bug I think.. Wondering if there is
    a way around the problem I'm having.
    ok.. Very Very simply script here..
    Make new flash movie..
    On frame one.. put this code.
    r=this.createEmptyMovieClip('currentImageMask',this.getNextHighestDepth());
    r.loadMovie('test.png');
    (because I'm lazy and didnt put in loading detection... on frame
    20 put this code.
    import flash.display.BitmapData;
    image_bitmap = new flash.display.BitmapData(r._width,
    r._height,false);
    image_bitmap.draw(r);
    curr_colour = this.image_bitmap.getPixel(5, 5); //0
    trace(curr_colour.toString(16));
    stop();
    Now... make a simple image with the rgb colour 100,100,100
    filled in it. (Mine is a simple 50x50 pixel image filled with that
    colour. save the png as "test.png" and put next to the fla with
    code above. You will see that the colour returned in the trace is
    not the hex value that matches color 100,100,100... it matches
    99,99,99. Flash isnt reading the colour correctly...
    Now this same test returns the correct color and works fine
    if using a .gif or a .jpg. but I cannot do what I want with these
    formats. it must be a png.. .it must read the rgb value 100%
    correct every time and the image MUST be loaded from an external
    file.
    It seems that regardless the rgb is off by one. so if colour
    was 25,25,25 it would be returned as 24,24,24
    Is there any other way to do what I need to do.. or is there
    a bug in my code.. please anyone help.. I'm pulling my hair out
    with what should be a simple damn thing to do.

    There are two reasons why I cant/wont to do that ....
    1... If it is a bug.. Adobe will fix it and my program will
    break... (Ina lot of places)
    2... the colour 0,0,0 comes back 0. teh coloru 1,1,1 also
    comes back 0... So regardless I cnat tell teh difference between
    0,0,0 and 1,1,1... (This is very important for the program to
    accuratly determine these colours)

  • Icon Editor Bug (2010): Using icon editor degrades sub vi performance

    Here's an interesting bug I've spent the last several days chasing around.
    After editing a vi icon calls to that sub vi take longer until you close the project and reopen it.  I think it's related data copies being made for instances the IE opens, but without any knowledge of IE internals I'm just speculating.
    See the Main.vi block diagram in the attached project for repro steps.
    Attachments:
    IconEditorBug.zip ‏152 KB

    jareds wrote:
    Hi crelf,
    The CAR number is 275888.
    Thanks jareds.
    Copyright © 2004-2015 Christopher G. Relf. Some Rights Reserved. This posting is licensed under a Creative Commons Attribution 2.5 License.

  • Flash Symbol w/ filters + spark parents + Fade effect bug

    I've come across an interesting bug which I've narrowed down to a combination of:
    • Flash symbols containing 1 or more Filters (defined in the Flash IDE)...
    • Parented within certain Spark components (ex. symbol in Group that's in another Group)...
    • Modified by an effect like spark.effects.Fade
    What you see when you combine those elements above is a 1-frame, fully-opaque flicker after the Fade has completed (if fading out) or before it begins (if fading in). This flicker is noticeable and obviously not an intended part of the animation.
    Here's a small test project that reproduces what I'm talking about. If you change the VGroup component to a VBox the flicker stops happening (at least for me). The same is true if you remove the middle DataGroup component. (The bug may not stop altogether but it does occur less frequently in that case.)
    Application.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx"
                   xmlns:local="*">
         <fx:Script>
              <![CDATA[
                   import mx.collections.ArrayCollection;
              ]]>
         </fx:Script>
         <fx:Declarations>
              <s:Sequence id="sequence">
                   <s:Fade target="{ vbox }" alphaTo="0" />
                   <s:Fade target="{ canvas }" alphaTo="1" />
                   <s:Fade target="{ canvas }" alphaTo="0" />
                   <s:Fade target="{ vbox }" alphaTo="1" />
              </s:Sequence>
         </fx:Declarations>
         <!-- If you replace the VGroup with a VBox, this bug does not show itself. -->
         <s:VGroup id="vbox" horizontalAlign="center" horizontalCenter="0" verticalCenter="0">
         <!--<mx:VBox id="vbox" horizontalAlign="center" horizontalCenter="0" verticalCenter="0">-->
              <!-- Changing this DataGroup to a regular Group lowers the frequency of the bug, but it still occurs. -->
              <s:DataGroup id="dataGroup" dataProvider="{ new ArrayCollection( [ BasicSymbol, SymbolWithGlow, SymbolWithBevel ] ) }">
                   <s:layout>
                        <s:HorizontalLayout verticalAlign="middle" />
                   </s:layout>
                   <s:itemRenderer>
                        <fx:Component>
                             <local:DataGroupItemRenderer />
                        </fx:Component>
                   </s:itemRenderer>
              </s:DataGroup>
              <s:Button label="Play" click="sequence.play()" />
         <!--</mx:VBox>-->
         </s:VGroup>
         <mx:Canvas id="canvas" width="200" height="200" horizontalCenter="0" verticalCenter="0" backgroundColor="0xCC6600" mouseEnabled="false" alpha="0" />
    </s:Application>
    DataGroupItemRenderer MXML
    <?xml version="1.0" encoding="utf-8"?>
    <s:ItemRenderer autoDrawBackground="false" width="70" height="70"
                    xmlns:fx="http://ns.adobe.com/mxml/2009"
                    xmlns:s="library://ns.adobe.com/flex/spark"
                    xmlns:mx="library://ns.adobe.com/flex/mx">
         <fx:Script>
              <![CDATA[
                   override public function set data( value:Object ):void {
                        super.data = value;
              ]]>
         </fx:Script>
         <mx:Image source="{ data }" />
    </s:ItemRenderer>
    In addition to the below MXML, I am also happy to provide the FLA that I've created the symbols in as well as a video demonstrating the glitch. (I will try to attach the video as a follow-up comment.)

    Suppose not.
    Defect created: https://bugs.adobe.com/jira/browse/SDK-30475

  • Sun Team: UNACCEPTABLE BUGS !!!!!!!!!!!!!!!!

    to anyone who reads this, please excuse my lack of politeness and patience for this issue. it is simply unnacceptable for this bug to occur, since it renders the IDE completely useless, along with the hours of work spent on development.
    i am using VWP. there is a single page that simply reads data from a couple tables in a database and displays the results based on a parameter in the URL.
    it's all very nice until the IDE removes the datasource references in the web.xml and sun-web.xml.
    this bug has had several posts already and the same reply about fixing the bug gets posted. these kinds of bugs are completely unnacceptable after all this time.
    like i said, excuse my rudeness, but i am very fed up with all the issues ive had with VWP and JSCU2.
    we originally started using JSCU2 to replace an application developed in JSP. we worked for a few months with it and encountered so many issues that we decided to give VWP a try, since most people seemed to have more success with it. so much for that!
    this is my company's last attempt to develop and deploy an application using Sun's visual web development tools. starting to think that i should've taken the advice of my peers and moved to microsoft's ASP.NET from the very beginning. even if we had to write the code all over again in VB or C# it would've taken us a lot less time and money than trying to figure what can actually be done with Sun's tools that do not cause problems.
    seems like i have to think twice before adding anything to a page in VWP or JSCU2 because of "i don't know how the IDE will react, might have a bug"
    i had a lot of confidence in Sun and their new tools, all i vain.
    could someone PLEASE suggest a mechanism to work around this auto deletion of web.xml data source references???? (also, the IDE removes all line breaks from the web.xml file, putting all elements into a single line, rendering it unreadable and very hard to edit.

    Hi there,
    That's an interesting bug. I never had the issue you have described here. May be our environment is different than what you have. Can you please share any links/sites where this bug has been posted before. I like to check this out. Because in our place I was using JSC2 and now Netbeans for our product development. Since this is tool related issue, you can always get the comercial tool such as JBuilder, Exadel plugins, etc. where also not guranteed the problem is not there but you may get better support because you are paying for it. Moving to ASP.Net is the other choice you mentioned, I have experince with MS-Studio getting corrupted file also. But you may be better of with MS-Visual Studio (VB,C#) if your project is just one page application.
    Sri Thuraisamy

Maybe you are looking for