Project

General

Profile

Actions

Bug #2304

closed

Header Text not workigg right in 3.1.9

Added by Jason H over 10 years ago. Updated over 10 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
10/08/2013
Due date:
% Done:

0%

Estimated time:

Description

Only one column header appears, overlaps with row header.

There is nothing fancy going on here.It's just a tableview with a simple table model.


Files

overlap_error.png (49.1 KB) overlap_error.png screenshot Jason H, 10/08/2013 07:20 PM
Actions #2

Updated by Wim Dumon over 10 years ago

  • Status changed from New to Feedback

Hi Jason,

It looks like your browser failed to properly load CSS and image files. These are located in the 'resources' folder in Wt. Can you check your browser debugger's log for any 404 errors? If you fix these, the class will probably behave as expected.

BR,

Wim.

Actions #3

Updated by Jason H over 10 years ago

Very likely true. However the default CSS won't load because I'm using Jython, and when it is running Jython, i.e. http://localhost/app/MyFile.py it tries to resolve the css and resources to http://localhost/app/MyFile.py/resources, which can't ever happen because a file cannot be a directory.

If I set a supplemental stylesheet it will work. But the auto-loaded css won't.

Also for this same Tableview, I don't always get scroll bars, even though I should.

Actions #4

Updated by Koen Deforche over 10 years ago

  • Assignee set to Koen Deforche
  • Target version set to 3.3.1

Hey,

That probably means your deployement isn't working properly: you need to deploy that also sub paths are handled by the WtServlet; most likely you now have an exact match.

In the web.xml that's done by ending the mapping with '/*' to select everything below that URL

Regards,

koen

Actions #5

Updated by Koen Deforche over 10 years ago

  • Status changed from Feedback to Rejected
Actions

Also available in: Atom PDF