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

no image shown #10

Closed
john-hu opened this issue Aug 4, 2015 · 5 comments
Closed

no image shown #10

john-hu opened this issue Aug 4, 2015 · 5 comments
Assignees
Labels

Comments

@john-hu
Copy link
Contributor

john-hu commented Aug 4, 2015

Everything is white.

@john-hu
Copy link
Contributor Author

john-hu commented Aug 4, 2015

<title>New Tab</title>
NEW TAB CONTROLS
      <div class="newtab-customize-complex-option">
        <div id="newtab-customize-classic" class="newtab-customize-panel-superitem newtab-customize-panel-item selectable">
            <label>Show your top sites</label>
        </div>
        <div id="newtab-customize-enhanced" class="newtab-customize-panel-subitem">
            <label class="checkbox"></label>
            <label>Include suggested sites</label>
        </div>
      </div>
      <div id="newtab-customize-blank" class="newtab-customize-panel-item selectable" selected="true">
        <label>Show blank page</label>
      </div>
      <div id="newtab-customize-learn" class="newtab-customize-panel-item">
        <label>Learn about New Tab</label>
      </div>
    </div>
</div>

<div id="newtab-vertical-margin">
  <div id="newtab-margin-top"></div>
    <div id="newtab-margin-undo-container">
      <div id="newtab-undo-container" undo-disabled="true">
        <label id="newtab-undo-label">Thumbnail removed.</label>
        <button id="newtab-undo-button" tabindex="-1" class="newtab-undo-button">Undo.</button>
        <button id="newtab-undo-restore-button" tabindex="-1" class="newtab-undo-button">Restore All.</button>
        <button id="newtab-undo-close-button" tabindex="-1" title="Hide"></button>
      </div>
    </div>

  <div id="newtab-search-container" page-disabled="true">
    <div id="newtab-search-form">
      <div id="newtab-search-icon"></div>
      <input type="text" name="q" value="" id="newtab-search-text" aria-label="Search query" maxlength="256" dir="auto" />
      <input type="button" id="newtab-search-submit" value="" aria-label="Submit search" />
    </div>
  </div>

  <div id="newtab-horizontal-margin">
    <div class="newtab-side-margin"></div>

    <div id="newtab-grid" page-disabled="true">
    </div>

    <div class="newtab-side-margin"></div>
  </div>

  <div id="newtab-margin-bottom"></div>
<script type="text/javascript;version=1.8" src="chrome://browser/content/contentSearchUI.js"></script> <script type="text/javascript;version=1.8" src="chrome://browser/content/newtab/newTab.js"></script>

@john-hu
Copy link
Contributor Author

john-hu commented Aug 4, 2015

no element with this id: newtab-scrollbox

@dwi2
Copy link
Member

dwi2 commented Aug 4, 2015

It seems like there is no element with id newtab-scrollbo in nightly.
We always put image on this element. So if there is no such element, we will failed to put image on it.

@dwi2 dwi2 added the bug label Aug 4, 2015
@dwi2 dwi2 self-assigned this Aug 4, 2015
@dwi2
Copy link
Member

dwi2 commented Aug 4, 2015

Change assignee to @mpizza since he opened #11

@dwi2 dwi2 assigned mpizza and unassigned dwi2 Aug 4, 2015
@dwi2
Copy link
Member

dwi2 commented Dec 19, 2017

bug of old version.

@dwi2 dwi2 closed this as completed Dec 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants