how to remove Loading time focus in etherpad? - etherpad

My issue is posted on below link
https://github.com/ether/etherpad-lite/issues/2231
if anyone have solution then plz give ans.

click on below link to get answer.
I made one plugin which disable the init time focus.
https://github.com/odoo/odoo/tree/master/addons/pad/static/plugin/ep_disable_init_focus

Related

Sublime 3: Double clicking from find-results page no longer working

Since build 3080, double clicking from the find-results page to jump to line-in-file directly is no longer working for me.
Has anyone else experienced or have a fix for this issue?
Looks like this plugin was the culprit, removing it fixed the issue.
https://github.com/titoBouzout/FindResultsApplyChanges
Also, the author of the plugin states that this won't be fixed: https://github.com/titoBouzout/FindResultsApplyChanges/issues/9

Dreamweaver Coding Hint won't go away

I've had this issue several times and usually I can just shut down the program and restart it. But this time I have a bunch of windows open and I don't want to restart Dreamweaver.
My problem is that Dreamweaver brought up a code hint, but the code hint box now won't go away. It just sits there floating in the middle of the page. It doesn't matter if I click to Preview or any other tab in Dreamweaver, it still just sits on top of everything.
I'm working on a Mac, Dreamweaver CC (cloud, fully updated). Anyone else have this problem???
This has been a HUGE PAIN for me as well! You can make the code hint disappear though by finishing out an element that is in the code hint box. For instance if the code hint box appears and you can see class in the drop down... create a <div class="xyz"> real quick and the code hit box will dissipate after you close the quotes on the class because you used an element in that box. As to why this continually happens on the Mac version I have no idea, but I hope they fix it soon!
It's a known bug since years as you can read here: https://forums.adobe.com/message/7745689
Someone suggests as a workaround to set the Coding Hint delay to 0 (as said here: https://forums.adobe.com/message/7745689#7745689) but for me, in Dreamweaver CC 2015 Windows fully updated via cloud app, this bug still occurs while I code JS files.
Awaiting for a final fix, I hope this suggestion can be useful for you on Mac. :)

Pjax History don't work - is it just me?

when checking the PJAX live demo - http://padrino-pjax.heroku.com/
The history (back button) don't work!
I can not find any documentation about it, it seems useless if it craps the history functionality.
Can anyone tell me if this is how it should be?
What I did to check was go through the 3 links (don't forget to check the "use PJAX" box)
then clicking back and seeing it went to the first one instead of the second.
thank you
it's works fine. you need to enable it first via checkbox ;)
I suggest to check the original code, what you posted is a porting of the original demo founded here: https://github.com/defunkt/jquery-pjax/tree/heroku

Missing view window on Interface builder

I have an issue with a certain XIB file. When I open it from the xcode using interface builder I get all the windows besides the screen preview one (view window).
I tried all sorts of solutions proposed here like double clicking the view object, closing and relaunching with no success. I am worried that it is lost. Please help.
Thanks,
Found the answer for this with a little help of a friend.
Double click the VIEW item from the XIB window (where you have the FILE'S OWNER and the FIRST RESPONDER).
I know it might be a novice issue but since I lost some time and nerves on this I hope ti might help others.

run application after installshield patch

Anyone with installshield experience. I have this quick patch that will replace my recently installed exe. It works fine, no problem. However, what I need right now is to automatically run the exe after patch. How can I do this? Please let me know if you don't understand my question. :)
After days of research, I finally found what I'm looking for. And I thought maybe it would be of help to others so I'll post it here. What I did was put an event when Finish button is clicked under the SetupCompleteSuccess dialog.(BTW, I am using Basic MSI). I put DoAction on the Event column, IS_LAUNCH_MY_PROGRAM_PLEASE on the Argument column, and PATCH as the condition. And the default application will be launch. I hope this helps to others.

Resources