can't tell you right now will take a look at it as soon as I will finish all other tasks
On 14 September 2014 19:23, Alexei Fedotov <[email protected]> wrote: > The fix is only partial. With this fix the bottom area of whiteboard > (outside of svg) is not editable. > > Maxim, Andrey, > what is whiteboard height "by design"? Does it have a fixed height for > all users? overflow: hidden + height: 100% will block users with > smaller screens from accessing "bottom > parts" of the whiteboard. > -- > With best regards / с наилучшими пожеланиями, > Alexei Fedotov / Алексей Федотов, > http://dataved.ru/ > +7 916 562 8095 > > [1] Start using Apache Openmeetings today, http://openmeetings.apache.org/ > [2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/ > [3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings > > > On Sun, Sep 14, 2014 at 4:10 PM, Alexei Fedotov > <[email protected]> wrote: > > Adding valign="top" to td at <td class="bwb_drawarea"> <svg ....> seem > > to help (default align is baseline). Testing the fix. > > > > -- > > With best regards / с наилучшими пожеланиями, > > Alexei Fedotov / Алексей Федотов, > > http://dataved.ru/ > > +7 916 562 8095 > > > > [1] Start using Apache Openmeetings today, > http://openmeetings.apache.org/ > > [2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/ > > [3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings > > > > > > On Sun, Sep 14, 2014 at 2:50 PM, Alexei Fedotov > > <[email protected]> wrote: > >> For a browser window which is not maximized the problem is not > reproducible. > >> -- > >> With best regards / с наилучшими пожеланиями, > >> Alexei Fedotov / Алексей Федотов, > >> http://dataved.ru/ > >> +7 916 562 8095 > >> > >> [1] Start using Apache Openmeetings today, > http://openmeetings.apache.org/ > >> [2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/ > >> [3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings > >> > >> > >> On Sun, Sep 14, 2014 at 2:42 PM, Alexei Fedotov > >> <[email protected]> wrote: > >>> The bug seems to be somewhere in javascript where screenY of click > >>> event is used instead of clientY. clientX is nearly equal to screenX > >>> while screenY is ~100px bigger due to browser panel on the top of the > >>> screen. > >>> > >>> -- > >>> With best regards / с наилучшими пожеланиями, > >>> Alexei Fedotov / Алексей Федотов, > >>> http://dataved.ru/ > >>> +7 916 562 8095 > >>> > >>> [1] Start using Apache Openmeetings today, > http://openmeetings.apache.org/ > >>> [2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/ > >>> [3] Join Alexei Fedotov @facebook, > http://www.facebook.com/openmeetings > >>> > >>> > >>> On Sun, Sep 14, 2014 at 10:47 AM, Maxim Solodovnik < > [email protected]> wrote: > >>>> This is general plugin, this is why it was added to > org.apache.wicketstuff > >>>> :) > >>>> > >>>> On 14 September 2014 13:25, Alexei Fedotov <[email protected]> > wrote: > >>>> > >>>>> Yes, finally 64-bit java built openmeetings for me. > >>>>> > >>>>> Finally I was able to add a breakpoint to the whiteboard code. :-) > That was > >>>>> a bit tricky - I found Andun & Andrey's contribution at > wicketstuff@github. > >>>>> It is not a part of Apache codebase. > >>>>> > >>>>> Still have to track why the coordinates are passed incorrectly. > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> 13.09.2014 10:34 пользователь "Maxim Solodovnik" < > [email protected]> > >>>>> написал: > >>>>> > >>>>> > BTW I'm using oracle java 1.0.67x64 on Ubuntu with no issues > >>>>> > > >>>>> > On 13 September 2014 11:33, Maxim Solodovnik <[email protected] > > > >>>>> wrote: > >>>>> > > >>>>> > > Currently WB is "on its own" not integrated into OM and live its > own > >>>>> > life. > >>>>> > > I'll finish polls, then will modify this component (Java part) > >>>>> > > On Sep 13, 2014 10:31 AM, "Alexei Fedotov" < > [email protected]> > >>>>> > > wrote: > >>>>> > > > >>>>> > >> Cool, thanks, Maxim. > >>>>> > >> > >>>>> > >> I've succeed in attaching a debugger. For that I switched java > back to > >>>>> > >> 64-bit version. Why? 32-bit eclipse didn't have an appropriate > swt in > >>>>> > >> repos > >>>>> > >> and 64-bit eclipse didn't attach well to 32-bit java running > >>>>> > openmeetings. > >>>>> > >> > >>>>> > >> What's next? I'm trying to understand how a geometry board > inside > >>>>> > >> openmeetings relates to Andrey's contribution, and try > debugging it. > >>>>> > >> > >>>>> > >> Meanwhile getting some sleep and ponies for Masha. Returning > back in > >>>>> > >> several hours. > >>>>> > >> > >>>>> > >> -- > >>>>> > >> With best regards / с наилучшими пожеланиями, > >>>>> > >> Alexei Fedotov / Алексей Федотов, > >>>>> > >> http://dataved.ru/ > >>>>> > >> +7 916 562 8095 > >>>>> > >> > >>>>> > >> [1] Start using Apache Openmeetings today, > >>>>> > >> http://openmeetings.apache.org/ > >>>>> > >> [2] Join Alexei Fedotov @linkedin, > http://ru.linkedin.com/in/dataved/ > >>>>> > >> [3] Join Alexei Fedotov @facebook, > >>>>> http://www.facebook.com/openmeetings > >>>>> > >> > >>>>> > >> On Sat, Sep 13, 2014 at 4:38 AM, Maxim Solodovnik < > >>>>> [email protected] > >>>>> > > > >>>>> > >> wrote: > >>>>> > >> > 2) seems to work better with maven 3.2.3 > >>>>> > >> > On Sep 13, 2014 5:02 AM, "Alexei Fedotov" < > [email protected] > >>>>> > > >>>>> > >> wrote: > >>>>> > >> > > >>>>> > >> >> Few notes for those who want to build the trunk: > >>>>> > >> >> 1) use 32-bit java, > >>>>> > >> >> 2) if you have slow or unreliable connection, be ready to > download > >>>>> > >> >> openlaszlo and red5-server several times > >>>>> > >> >> 3) (for windows) some xsl file should be changed to add > "file:///" > >>>>> > >> >> before the generated path. > >>>>> > >> >> > >>>>> > >> >> > >>>>> > >> >> > >>>>> > >> >> -- > >>>>> > >> >> With best regards / с наилучшими пожеланиями, > >>>>> > >> >> Alexei Fedotov / Алексей Федотов, > >>>>> > >> >> http://dataved.ru/ > >>>>> > >> >> +7 916 562 8095 > >>>>> > >> >> > >>>>> > >> >> [1] Start using Apache Openmeetings today, > >>>>> > >> http://openmeetings.apache.org/ > >>>>> > >> >> [2] Join Alexei Fedotov @linkedin, > >>>>> > http://ru.linkedin.com/in/dataved/ > >>>>> > >> >> [3] Join Alexei Fedotov @facebook, > >>>>> > >> http://www.facebook.com/openmeetings > >>>>> > >> >> > >>>>> > >> >> > >>>>> > >> >> On Fri, Sep 12, 2014 at 10:27 PM, Alexei Fedotov > >>>>> > >> >> <[email protected]> wrote: > >>>>> > >> >> > Vladimir and Vladislav has joined the effort to improve the > >>>>> > >> >> > whiteboard. Right now we are trying to build the trunk. > >>>>> > >> >> > -- > >>>>> > >> >> > With best regards / с наилучшими пожеланиями, > >>>>> > >> >> > Alexei Fedotov / Алексей Федотов, > >>>>> > >> >> > http://dataved.ru/ > >>>>> > >> >> > +7 916 562 8095 > >>>>> > >> >> > > >>>>> > >> >> > [1] Start using Apache Openmeetings today, > >>>>> > >> >> http://openmeetings.apache.org/ > >>>>> > >> >> > [2] Join Alexei Fedotov @linkedin, > >>>>> > >> http://ru.linkedin.com/in/dataved/ > >>>>> > >> >> > [3] Join Alexei Fedotov @facebook, > >>>>> > >> http://www.facebook.com/openmeetings > >>>>> > >> >> > > >>>>> > >> >> > > >>>>> > >> >> > On Fri, Sep 12, 2014 at 9:39 PM, Maxim Solodovnik < > >>>>> > >> [email protected] > >>>>> > >> > > >>>>> > >> >> wrote: > >>>>> > >> >> >> Moscow is too far :( > >>>>> > >> >> >> On Sep 12, 2014 10:14 PM, "Alexei Fedotov" < > >>>>> > >> [email protected]> > >>>>> > >> >> wrote: > >>>>> > >> >> >> > >>>>> > >> >> >>> Hi folks, > >>>>> > >> >> >>> I'm at #hack4good @Moscow. Maybe someone will join me in > >>>>> > >> openmeetings > >>>>> > >> >> >>> hacking and we get a fellow committer. > >>>>> > >> >> >>> > >>>>> > >> >> >>> My personal plans are to debug the whiteboard. > >>>>> > >> >> >>> > >>>>> > >> >> >>> -- > >>>>> > >> >> >>> With best regards / с наилучшими пожеланиями, > >>>>> > >> >> >>> Alexei Fedotov / Алексей Федотов, > >>>>> > >> >> >>> http://dataved.ru/ > >>>>> > >> >> >>> +7 916 562 8095 > >>>>> > >> >> >>> > >>>>> > >> >> >>> [1] Start using Apache Openmeetings today, > >>>>> > >> >> http://openmeetings.apache.org/ > >>>>> > >> >> >>> [2] Join Alexei Fedotov @linkedin, > >>>>> > >> http://ru.linkedin.com/in/dataved/ > >>>>> > >> >> >>> [3] Join Alexei Fedotov @facebook, > >>>>> > >> >> http://www.facebook.com/openmeetings > >>>>> > >> >> >>> > >>>>> > >> >> > >>>>> > >> > >>>>> > > > >>>>> > > >>>>> > > >>>>> > -- > >>>>> > WBR > >>>>> > Maxim aka solomax > >>>>> > > >>>>> > >>>> > >>>> > >>>> > >>>> -- > >>>> WBR > >>>> Maxim aka solomax > -- WBR Maxim aka solomax
