jameswennmacher / NotificationPortlet

Apache License 2.0
0 stars 0 forks source link

On narrow window, right of table is cutoff instead of sizing #16

Open jameswennmacher opened 10 years ago

jameswennmacher commented 10 years ago

7 is now fixed, but still not ideal.

Table appars to be fixed width. In narrow window right side of table is cut off instead of table cells adjusting to window size.

image

doodelicious commented 10 years ago

Using 2 Column layout (narrow, wide), the table requires a page reload in order to resize the table in the column. How can we force a page reload when a user selects a layout?

jameswennmacher commented 10 years ago

You can modify the javascript to do this. I'd write that up as a separate jira issue though (in Apereo uportal project) for later implementation.

jameswennmacher commented 10 years ago

Verified that this occurs when you resize the window. If refresh the table is drawn properly. Layout would also be an issue. This generally falls into the responsive portlet issue. I will create issue in the Apereo notification portlet Jira when we merge.