BBj-Plugins / WebKit

Web Development Components for BBj DWC
2 stars 2 forks source link

Prepare WebKit for new Single-DIV BBjChildWindow #78

Open StephanWald opened 3 years ago

StephanWald commented 3 years ago

The creation flag $00008000$ now creates a child window that has only one div. For WebKit this is the most often desired way. Systematically change all addChildWindow - calls to add this flag. Refactor/reduce CSS accordingly.

You need BBj build November 9th or later.

simple.txt

StephanWald commented 3 years ago

side note: with current RC (10Nov2021) you will also need something like cw!.setAttribute("tabindex","-1") in order to have the div not attract focus from keyboard tab key