Closed (fixed)
Project:
Kaltura
Version:
6.x-1.4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2009 at 17:28 UTC
Updated:
20 Feb 2009 at 17:20 UTC
Just wanted to create a different issue for the overlay problems mentioned by aufumy on http://drupal.org/node/365867#comment-1240572:
Also, due to its size, the advanced/premium editor's height may not fit all screens and should implement at least one of these:
Comments
Comment #1
Zohar.Babin commentedHi,
about the overlay closing issue - if you look at the code in kaltura.themeing.inc you can see an object decalred in the JS called callbacksObj.
this object should be passed to the AE through FlashVars
So that the AE will know which JS functions to call on the relevant events, using these JS functions you can close the overlay onSavePublish
About the thumbnail selector issue - I'll pass this issue to our Flex guys and they'll have a look.
About the size of the overlay/component - you can specify smaller size, and the flash component should load with scroll-bars.
When opening the modalbox (kalturaInitModalBox function) could add onKeyPress event on the document, to remove the overlay from DOM when ESC is pressed
Comment #2
fp commentedThanks for your answers.
At this day, there are still issues with the thumbnail creator. However, this doesn't belong directly to the the drupal kaltura module and should be dealt with somewhere else. Closing the issue.