The onresize tag has no wiki summary.
0
votes
3answers
86 views
Why does onresize fire when it shouldn't at low zoom levels in IE8?
I wrote some jquery to resize elements and close all open popups on my page when the browser window is resized:
addEvent({
target: window,
eventListener: 'onresize',
func: ...
0
votes
2answers
54 views
Change css positioning using javascript
This code works perfectly as i expected but the problem is when i refresh the page the t_con stays in absolute which should be fixed and when i resize the window less than 980px it is in absolute like ...
0
votes
2answers
122 views
Get column index in onresizecolumn of declarative dojox.grid.datagrid
In a declarative dojox.grid.datagrid, am using onresizecolumn in table tag.
onresizecolumn="columnResize(this.id,this.cellIdx)"
onresizecolumn calls a function. on resizing particular column ...
0
votes
1answer
121 views
textarea onresize not working
according to w3 schools <textarea> supports onresize however it is not working.
http://www.w3schools.com/jsref/event_onresize.asp
browsers tried:
Chrome 25.0.1364.172
Safari 6.0.3 ...
4
votes
1answer
526 views
iOS6 Safari fullscreen detection
I would like to make use of the new fullscreen function of Safari in iOS6. Now I know that it isn't possible to trigger the fullscreen function from javascript, and that's okay, but I would like to ...
0
votes
1answer
67 views
Changing the Class of Multiple Elements OnResize using JQuery
Ok I am entirely new to jQuery, and it looks like I should have been getting into this all much sooner coz it certainly offers a whole bunch of options that are truly awesome. Now.. I want to do the ...
1
vote
1answer
78 views
Sometimes window.resize takes two resizes to actually execute my javascript
I have a list where the li images are floating left and arrange themselves in different numbers of rows depending on window size (using media queries and different img sizes). The vertical spacing ...
0
votes
1answer
741 views
Detecting window maximize in javascript [duplicate]
Possible Duplicate:
Detect browser window Maximized/Minimized with Javascript
Is it possible to detect the maximize window of a borwserwindow in javascript.
2
votes
1answer
531 views
JQuery UI dialog only resizing horizontally, not vertically
I am trying to create a JQuery dialog that resizes with the window, I can get it to resize horizontally, but the vertical size never seems to change, code is below:
var dlg = $("#dialog"); // Get the ...
0
votes
1answer
465 views
onresize event not firing when accessing window width
I've attached the onresize listener to the body tag just fine but when I change my code to access the window.innerWidth and window.innerHeight my resize event only works one time.
<script ...
1
vote
1answer
275 views
Setting viewScope onLoad and onResize
I have used the '@media only screen' in my CSS to determine how and what information should be shown depending on the users screen size. I have a class called panelContainer which is set to display ...
1
vote
1answer
2k views
Resize element width on window resize jquery
I am computing elements width on page load with jq and works fine , trying to automate on window resize but kinda does not work. Desired effect: Boxes should auto resize on window resize and not drop ...
0
votes
2answers
125 views
Canvas placement with javascript
I am trying to draw 2 arrows on canvas elements and place them on the left and right of the screen, in the middle of its height. Fiddle here: http://jsfiddle.net/Wzt5j/9/
In the site i am trying this ...
0
votes
3answers
364 views
Complications using javascript onresize function
I am working on a prototype of a project in which I need to adjust the look and feel of site content according to the browser window size.
Now for the prototype I am using a sample image and I want ...
0
votes
3answers
351 views
How to change the font-size on resize to fit its parent box?
Here is the link of what I've done
Some text on small resolution go out of the parent box and get clipped. How to fix it?
using jQuery would be preferable but I don't mind of JavaScript.
UPDATE
What ...
2
votes
2answers
192 views
Most performant way to check onresize of dom object
This is a really specific need. Basically, I want to listen for when any of about 20 DOM objects change height or width. The change can be caused by window resize, by contained content changes, or by ...
1
vote
1answer
245 views
How to be notified when reflow causes an element to change size
Our site uses Websocket, so it already requires late-model browsers. Given that, how can I be notified when an element resizes? We may have canvas and svg child elements that need to resize in ...
1
vote
1answer
657 views
Reapply or adjust jCarouselLite on resize window
I'm trying to readjust, or destroy and reapply the jCarouselLite plugin when resizing the window, but I have no success, this is because I created an website where each page is a 'li' where, when ...
1
vote
1answer
1k views
How to execute code before Masonry resizes
I'm using Masonry for layout. When the browser's window resizes I'd like to perform some calculations before Masonry redoes the layout.
Until now I've been able to do this by modifying the ...
2
votes
2answers
1k views
get current width after resize / setTimeout
i am trying to get the new browser width after resizing.
i have tried all..bind, live, resize, now setTimeout. i am not good at jquery but i can understand some.
i hoped someone here might give a ...
0
votes
1answer
696 views
onResize does not called
How to write a widget which reacts on resizing?
The following does not work. onResize() called only once at the beginning. Latter changing browser windows size does not cause this method to be ...
1
vote
0answers
127 views
How can I intercept Google Chrome's resize() event prior to its native paint?
In situations where you are changing the position of some on-page element in response to a resize() event (for example, to emulate a min-width type situation), Firefox patiently waits for your event ...
1
vote
1answer
175 views
Is there a resize event for screen in Windows
I have a simple app that changes numlock state when I'm connected to a docking station. The problem is I don't know how to detect when a second monitor is connected (and disconnected) so that I only ...
0
votes
3answers
4k views
window.onresize: firing a function during, and when resizing is complete
I'm new to JavaScript. I am trying to figure out how I would create an onresize function to fire a function during and another one after the user is done resizing the window. Most likely a session ...
0
votes
4answers
973 views
Problems with scrollbars on resize when trying to fit image to screen without distorting
I'm trying to make a full screen slideshow kind of effect jsFiddle code here, but I am having doubts as to how to do it. As can be seen from my example fiddle, I want the picture to be as big as ...
0
votes
0answers
441 views
javascript window.onresize not working in new .php file
I am trying to launch a javascript function when the window is resized. I orginally was toying around in an HTML file, and had this all working, with the correct call within my .js file:
...
3
votes
1answer
650 views
Fire event on Opera Mobile browser for orientation change
How can I fire an event when orientation is changed on a mobile device.
onresize works fine on iPod Touch but not on mobile device using Opera mobile as browser.
Any help on how to fire event on ...
4
votes
4answers
237 views
Delphi - how might I find out the source of long delays on resizing the main form? (solved)
I have a D2006 app that contains a page control and various grids, etc on the tabs. When I resize the main form (which ripples through and resizes just about everything on the form that is aligned to ...
5
votes
5answers
688 views
Lower the frequency of Javascript event polling
How do you lower the frequency of javascript event polling? The events I'm concerned about are onResize and onScroll. These events may be triggered dozens of times per second when someone resizes ...
1
vote
0answers
1k views
Flash Player goes black when resizing in Chrome (Mac)
I've noticed what appears to be a bug with Google Chrome and Flash when resizing on a Mac.
I have an SWF file embedded on my page and it does resize when the browser window is resized.
Crazy things ...
0
votes
2answers
2k views
trigger onresize in cross browser compatible manner
I would like to trigger the onresize event from my C# code behind. I think this can be done with
Page.clientScript.RegisterScriptBlock(this.getType(), "id", "javascript code");
I have tried ...
1
vote
1answer
516 views
onResize event with class object
Here's is my code:
type TNav = class(TPanel)
private
procedure CMMouseEnter(var AMsg: TMessage); message CM_MOUSEENTER;
procedure CMMouseLeave(var AMsg: TMessage); message CM_MOUSELEAVE;
public
...
0
votes
1answer
1k views
Delphi - TPaintBox - Resize
I'm having problems resizing a TPaintBox and drawing on it:
On my Form (named FMain) I dropped a TPaintBox (named DisplayImage), which I am trying to resize as the Form is resized.
To do that I ...
0
votes
1answer
648 views
Auto resize Silverlight 3 applications
I've been trying to get a Silverlight 3 application to automatically resize when rows are added to datagrids.
I've tried
this example
but I just get a System.ExecutionEngineException with a null ...
1
vote
1answer
2k views
IE7 resize problems
i have a page that contains content which need to be dynamically changed according to the current page size. in order to do that, during the onload event, i attach some JS function to the "onresize" ...
1
vote
1answer
359 views
Form.OnResize triggered during InitializeComponent()
I have the same UI code running on my XP English machine and on XP Japanese machine.
For some reason - the behavior is different between those two machines:
On the Japanese machine the OnResize event ...
2
votes
1answer
950 views
iFrame onresize in safari
The onresize function doesn't seem to run in Safari (3.03 beta windows edition) when an iFrame is resized by its parent. Is this a known bug, and is there any way to get around it besides a ...
1
vote
4answers
1k views
How to implement the OnResizeEnd Event for TFrame?
in the middle of the application is a frame. After resizing i need to rearrange controls on this panel (doing this in the resizing event is too busy).
Its more useful if this can be done once after ...
17
votes
7answers
33k views
DOM onresize event
If I have this
window.onresize = function() {
alert('resized!!');
};
My function gets fired multiple times throughout the resize, but I want to capture the completion of the resize. This is in ...
2
votes
4answers
4k views
Body onresize event does not fire in IE7 when page is part of a frameset and resized vertically
I have a simple frameset with two frames vertically, i.e. two rows:
First row contains a fixed header.
Second row contains a fixed toolbar at the top and a resizable are at the bottom.
Due to ...
1
vote
2answers
7k views
resize the jqgrid width while browser resizing
Hi i have a problem in my jqgrid when i am clicking the pane the grid size is not resizing .how to resize it ?.
2
votes
3answers
793 views
Why is the resize event constantly firing when I assign it a handler with a timeout?
I assigned a timeout to my window.resize handler so that I wouldn't call my sizable amount resize code every time the resize event fires. My code looks like this:
<script>
function init() {
...
4
votes
3answers
652 views
Under what conditions will a TForm fire OnResize on show?
As an extension of this question:
TForm.OnResize is sometimes fired before a form is first shown, but not always. For example, if BorderStyle is either bsDialog or bsNone, then OnResize will not ...
3
votes
1answer
488 views
Will a Delphi form always fire OnResize when it's shown?
If I create a new Delphi form, hook its OnResize event, and run the app, OnResize is fired before the window is shown. What I don't know is whether this will always happen, for any window.
(For ...
2
votes
3answers
4k views
Call onresize from ASP.NET content page
I have a JavaScript method that I need to run on one of my pages, in particular, the onresize event.
However, I don't see how I can set that event from my content page. I wish I could just put it ...


