mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 06:37:42 +01:00
fixed IE7 rendering error
This commit is contained in:
parent
b486be2622
commit
df44690b3a
@ -62,8 +62,9 @@ void HorizontalLayoutRenderer::renderHead(const Renderable* pRenderable, const R
|
||||
const HorizontalLayout* pLayout = static_cast<const Poco::WebWidgets::HorizontalLayout*>(pRenderable);
|
||||
std::ostringstream layoutConfig;
|
||||
layoutConfig << "{columns:" << pLayout->size() << "}";
|
||||
|
||||
static std::string layout("column");
|
||||
|
||||
static std::string layout("table");
|
||||
//static std::string layout("column"); -> this works with firefox but faila with IE7!
|
||||
LayoutRenderer::renderLayoutHead(pLayout, context, ostr, layout, layoutConfig.str());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user