Displaying 8 results from an estimated 8 matches for "tofix".
Did you mean:
nofix
2006 Feb 18
1
spinner not working inside a table with IE 6
...le="cursor: move"
src="/test/images/slider_handle.gif"/></div>
<script language="javascript">
new Control.Slider(''handle_8499'',''track_8499'',{
onChange:function(v){v=v*100;
$(''slider_id'').value=v.toFixed(2);},
sliderValue:"0.34"});
</script>
</td></tr></table>
<div>
<input type="hidden" id="slider_id" name="slider" value="34"/>
<div id="track_8499"
style="width:100px;height:16px;backgrou...
2006 Feb 18
1
slider not working in a table for IE 6
...le="cursor: move"
src="/test/images/slider_handle.gif"/></div>
<script language="javascript">
new Control.Slider(''handle_8499'',''track_8499'',{
onChange:function(v){v=v*100;
$(''slider_id'').value=v.toFixed(2);},
sliderValue:"0.34"});
</script>
</td></tr></table>
<div>
<input type="hidden" id="slider_id" name="slider" value="34"/>
<div id="track_8499"
style="width:100px;height:16px;backgrou...
2006 Feb 18
0
slider component inside a table not working
...le="cursor: move"
src="/test/images/slider_handle.gif"/></div>
<script language="javascript">
new Control.Slider(''handle_8499'',''track_8499'',{
onChange:function(v){v=v*100;
$(''slider_id'').value=v.toFixed(2);},
sliderValue:"0.34"});
</script>
</td></tr></table>
<div>
<input type="hidden" id="slider_id" name="slider" value="34"/>
<div id="track_8499"
style="width:100px;height:16px;backgrou...
2009 Sep 20
0
r30 committed - jslint now passing for google and googlev3
...,7 +359,7 @@
mousePosition: function(element) {
var locDisp = document.getElementById(element);
- if (locDisp != null) {
+ if (locDisp !== null) {
var map = this.maps[this.api];
GEvent.addListener(map, ''mousemove'', function (point) {
var loc = point.lat().toFixed(4) + '' / '' + point.lng().toFixed(4);
@@ -496,11 +498,10 @@
gpoints.push(this.points[i].toProprietary(''google''));
}
if (this.closed || gpoints[0].equals(gpoints[length-1])) {
- var gpoly = new GPolygon(gpoints, this.color, this.width, this.opacity...
2010 Nov 13
2
Is Dovecot Director stable for production??
Today I will try Dovecot Director for a setup using a Cluster Backend with
GFS2 on rhel5, my question is if is Director stable for use in production
for large sites, I know is mainly designed for NFS but I believe it will do
the job also for a cluster filesystem like GFS2 and should solve the mail
persistence problem with a node and locking issues.
I plan to add a layer behind a load balancer to
2006 Jun 23
4
Creating a scrolling effect with slider
I''m currently working on a method to implement a scroller for a div
using a slider. I need to do this as an alternative to making a stylish
flash scroller with content.
The main advantage of this method is to allow the ability to style the
sliding elements cross browser (and maybe as a future add on... the
ability to have a scroll.to for a scrolling div).
This is my first attempt at
2012 Apr 27
0
Wine release 1.5.3
...t in strftime.
msvcrt: Fixed 'h' modifier handling when printing integers.
msvcrt: Added more length modifiers in scanf function.
msvcr90: Added _byteswap_{ushort,ulong,uint64} implementation.
jscript: Make parsing of double more accurate.
jscript: Added Number.toFixed implementation.
jscript: Added Number.toExponential implementation.
jscript: Added Number.toPrecision implementation.
wininet: Use the same hashing function as native does.
msvcr90: Fix byteswap_ulong implementation.
msvcrt: Rework wcsncpy_s to work on overlapping po...
2012 Dec 21
0
Wine release 1.5.20
...Storage proxy/stub implementation.
jscript: Properly handle return value evaluation in comma expression.
jscript: Allow poping multiple stack values at the time.
atl100: Added AtlComModuleGetClassObject implementation (based on AtlModuleGetClassObject).
jscript: Fixed Number.toFixed for value 0 with 0 precision.
jscript: Fixed deleting nonexisting properties from member expression.
jscript: Fixed deleting nonexistent identifiers.
jscript: Fixed deleting properties of pure dispatch interface.
jscript: Fixed deleting properties by name from IDispatchEx...