Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document listing page layout does not work with Firefox. #1

Closed
rrutt opened this issue Feb 19, 2015 · 2 comments
Closed

Document listing page layout does not work with Firefox. #1

rrutt opened this issue Feb 19, 2015 · 2 comments
Assignees

Comments

@rrutt
Copy link
Owner

rrutt commented Feb 19, 2015

Improper layout in Firefox 35.0.1.
The table column headings overlap with the query options form.
The buttons for "Create", "Edit", and "Delete" are partially obscured.
Enough of each button appears so that the page can be used, but very awkwardly.

On Windows 7:
Internet Explorer 11 [Version 11.0.9600.17633] works OK.
Chrome latest version works OK.
Most development testing occurs in Chromium [Iron Portable Version 38.0.2050.0 (295000)].

On Mac OSX:
Safari [Version 7.1.3 (9537.85.12.18) works OK.

@rrutt
Copy link
Owner Author

rrutt commented Mar 4, 2015

I am adding the following before the

to separate the query options form from the table:

<div>&nbsp;</div>

Also I am specifying the Edit and Delete button widths relative to the font size:

        <td style="width: 4em">
            <button type="button" class="btn btn-primary btn-xs btn-block" data-ng-click="createOrUpdate(document)">Edit</button>
        </td>
        <td style="width: 5em">
            <button type="button" class="btn btn-danger btn-xs btn-block" data-ng-click="delete(document)">Delete</button>
        </td>

This fixes it, except when you scale the font size in Firefox to the point where the table width no longer fits fully in the browser window and a horizontal scroll bar appears at the bottom.
Then the "Edit" and "Delete button get truncated to "E" and "D" but are still usable.

rrutt added a commit that referenced this issue Mar 4, 2015
@rrutt
Copy link
Owner Author

rrutt commented Mar 4, 2015

Fixed in release 0.1.6-20150304

https://github.com/rrutt/cb-bread/releases/tag/0.1.6-20150304

@rrutt rrutt closed this as completed Mar 4, 2015
@rrutt rrutt self-assigned this Mar 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant