Active
Project:
Floating Windows
Version:
6.x-1.2-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2009 at 04:49 UTC
Updated:
10 Jan 2010 at 06:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
RdN commentedI am also unable to get this working does anyone have an example they can post please? Even just for the login form that is shown on the module picture.
Comment #2
smitkant commentedDid anyone manage to get this working ?
Comment #3
smitkant commentedIn file float_window_src.js function fw.placeWindow() had an issue at line fw.window_obj.find('td:not(#' + fw.window_id + '_middle_center_td)').cssPNGFix();
It seems 'td:not(#' + fw.window_id + '_middle_center_td)' was not returning a valid object , hence the function was failing and the window was not being displayed .
If I comment this line I can see the window .
Am not sure why I am getting this issue if nobody else did :( . Anyways solves it for me for now . Will update if I find something.
Attached the modified file for ref.
Comment #4
sounds commentedDeleting from my site now,
Sorry couldn't get it to work