Other Opera incorrect behaviour

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Severus Snape

    Other Opera incorrect behaviour

    If you open a window with resizable=no, Opera doesn't comply.

  • Randy Webb

    #2
    Re: Other Opera incorrect behaviour

    Severus Snape wrote:
    [color=blue]
    > If you open a window with resizable=no, Opera doesn't comply.[/color]

    GOOD.

    --
    Randy
    comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly

    Comment

    • Richard Cornford

      #3
      Re: Other Opera incorrect behaviour

      Severus Snape wrote:[color=blue]
      > If you open a window with resizable=no, Opera doesn't
      > comply.[/color]

      Quite right! There is absolutely no reason for making a window
      non-resizable. if you open the window the correct size the user will
      never attempt to re-size it so it doesn't matter whether it can be
      re-sized, and if you open it the wrong size (from the user's point of
      view) then the user needs to be able to re-size it.

      Richard.


      Comment

      • Lasse Reichstein Nielsen

        #4
        Re: Other Opera incorrect behaviour

        Severus Snape <svsnape@yahoo. com> writes:
        [color=blue]
        > If you open a window with resizable=no, Opera doesn't comply.[/color]

        One of the reasons I like Opera :) But not to bash other browsers,
        Mozilla based browsers since version 1.4 also allow resizing of opened
        windows even in the presence of "resizable= no" (see
        <URL:http://www.mozilla.org/docs/dom/domref/dom_window_ref7 6.htm>
        under "resizable" ).

        Luckily there is no de jura standard covering window.open :)

        /L
        --
        Lasse Reichstein Nielsen - lrn@hotpop.com
        DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleD OM.html>
        'Faith without judgement merely degrades the spirit divine.'

        Comment

        • Noozer

          #5
          Re: Other Opera incorrect behaviour


          "Severus Snape" <svsnape@yahoo. com> wrote in message
          news:d7uums$1ha $2@balena.cs.in terbusiness.it. ..[color=blue]
          > If you open a window with resizable=no, Opera doesn't comply.[/color]

          ....and if you specify "resizable= no" then you don't deserve to be writing
          webpages.


          Comment

          • Severus Snape

            #6
            Re: Other Opera incorrect behaviour

            Lasse Reichstein Nielsen wrote:
            [color=blue]
            > Severus Snape <svsnape@yahoo. com> writes:
            >
            >[color=green]
            >>If you open a window with resizable=no, Opera doesn't comply.[/color]
            >
            >
            > One of the reasons I like Opera :) But not to bash other browsers,
            > Mozilla based browsers since version 1.4 also allow resizing of opened
            > windows even in the presence of "resizable= no" (see
            > <URL:http://www.mozilla.org/docs/dom/domref/dom_window_ref7 6.htm>
            > under "resizable" ).[/color]

            I've made some tests, and actually mozilla 1.5 honors resizable, whareas
            1.7 doesn't. Netscape on the other hand is always compliant.

            Anyway I see your point. And I understand that you can have a very
            limited range of common features among different browser when it comes
            to window.open.

            Bye.

            Comment

            • Lasse Reichstein Nielsen

              #7
              Re: Other Opera incorrect behaviour

              Severus Snape <svsnape@yahoo. com> writes:
              [color=blue]
              > I've made some tests, and actually mozilla 1.5 honors resizable, whareas
              > 1.7 doesn't. Netscape on the other hand is always compliant.[/color]

              I don't have Mozilla installed, but Firefox 1.04 does what the reference
              said: it makes the window borders undraggable and disables "size" on
              the window menu, but you can still drag the "grab" at the lower right
              of the status bar.

              /L
              --
              Lasse Reichstein Nielsen - lrn@hotpop.com
              DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleD OM.html>
              'Faith without judgement merely degrades the spirit divine.'

              Comment

              • Hallvord R. M. Steen

                #8
                Re: Other Opera incorrect behaviour

                On Sun, 05 Jun 2005 15:28:56 +0200, Severus Snape <svsnape@yahoo. com>
                wrote:
                [color=blue]
                > If you open a window with resizable=no, Opera doesn't comply.[/color]

                And never will.

                1) It is user-hostile. Users expect to be able to resize windows, and can
                not tell why some windows suddenly disobey.

                2) It is a security problem. If an evil site opened

                in a suitably narrow, unresizable popup the browser would only show the
                first part of the address in the address field, and many users would not
                understand how to check the full server name.

                resizable=no should never have been implemented anywhere.

                (Sorry to wake up an older thread)
                --
                Hallvord R. M. Steen
                Opera Software
                Faster, safer and smarter than default browsers. Fully-featured for privacy, security, and so much more. Get the faster, better Opera browser for free.

                Comment

                Working...