Project

General

Profile

WContainerWidget->setAttribute() remove widget width and height

Added by Cemal DEMİR about 1 year ago

While construct WContainerWidget, setAttribute("style",someAttributes...); works well

but when recall setAttribute at somewhere after constructed, Widget's width and height are removed. so Widget width and height were going to be 0px*0px in browser. it can not be visible.

is it bug?